easyify-cli
Version:
A simple CLI for scaffolding easyify projects.
39 lines (23 loc) • 822 B
Markdown
# easyify-cli
[](https://www.npmjs.com/package/easyify-cli)
A simple CLI for scaffolding easyify projects.
### Installation
``` bash
$ npm install -g easyify-cli
```
### Usage
``` bash
$ easyify/ey init <template-name> <project-name>
# <template-name> web/vuejs
```
Example:
``` bash
$ easyify/ey init web my-project
# ey is short for easyify
```
### Other
* [easyify](https://github.com/webkong/easyify)
* [easyify document](https://easyify.webkong.cn)
* [easyify template](https://github.com/easyify)
### License
[MIT](http://opensource.org/licenses/MIT)