A project commander tool to init your template for your project
Prerequisites: Node.js (>=4.x, 6.x preferred) and Git.
$ npm i
$ npm linkChoose a template in template folder or use relative path to set
$ pjc init <template-name> <project-name>-
A template must have a
templatedirectory that holds the template files. -
A template may have a
prompt.jsfile that used to collect template options data.