shell-generator
v1.3.5
Published
A simple CLI for scaffolding projects.
Maintainers
Readme
Shell Generator
A simple CLI for scaffolding projects. Based on phaser-cli
NOTE
This project is used primarily for a private repository it is not for use outside of the company network.
Installation
Prerequisites: Node.js (>=6.x preferred), npm version 3+ and Git.
$ npm install -g shell-generatorUsage
$ shellgen init <template-name> <application-name>Defining an application-name is optional, if defined a folder will be created using this name.
If no application-name is provided the template will be created in the current directory.
