Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.
$ npm install -g masoneast-cli
$ masoneast init <project-name>
Example:
$ masoneast init my-project
if you want use clone, you can:
$ masoneast init my-project -c or $ masoneast init my-project --clone
If you have templates locally, you can use them offline to create projects
$ masoneast init my-project --offline