1.0.2 • Published 4 years ago

masoneast-cli v1.0.2

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

$ npm install -g masoneast-cli

Usage

$ 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