project.js

0.0.3 • Public • Published

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.js

usage

project.js -t "https://github.com/ProjectJS/generic-node-template" -n test-project

https://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 --help

configuration

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

Package Sidebar

Install

npm i project.js

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • damngoto