1.0.2 • Published 6 years ago
masoneast-cli v1.0.2
Installation
Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.
$ npm install -g masoneast-cliUsage
$ masoneast init <project-name>Example:
$ masoneast init my-projectif you want use clone, you can:
$ masoneast init my-project -c
or
$ masoneast init my-project --cloneIf you have templates locally, you can use them offline to create projects
$ masoneast init my-project --offline