charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
24 lines (23 loc) • 360 B
JSON
{
"name": "rxjs",
"main": "dist/rx.all.js",
"repository": {
"type": "git",
"url": "https://github.com/Reactive-Extensions/RxJS.git"
},
"license": "Apache-2.0",
"ignore": [
".sh",
".*",
"*.bat",
"*.md",
"*.txt",
"*.log",
"package.json",
"node_modules",
"doc",
"examples",
"src",
"tests"
]
}