project.js
v0.0.3
Published
generate your project skeleton
Readme
project.js
generate project skeleton based on a template project from github, so you will not need copy and paste.
install
npm install -g project.jsusage
project.js -t "https://github.com/ProjectJS/generic-node-template" -n test-projecthttps://github.com/ProjectJS/generic-node-template is a sample template project from github, and you can create your own template project.
test-project is the local folder we will create, all the files in the template project will be copied into it.
if you have a github account and
see more usage, try:
project.js --helpconfiguration
project.js will import settings from file project.json in current dir.
if no json file found, it will look up to home directory.
template language
you can import dynamic settings in project.json using the famous template language: mustache
a sample project.json
