UNPKG

497 BMarkdownView Raw
1# cli [![Build Status](https://travis-ci.org/merryjs/cli.svg?branch=master)](https://travis-ci.org/merryjs/cli)
2
3> A package for write generator easier. you can write your own plugins publish it to npm or put it in local.
4> write local plugins are very useful when we have some project related components or file structures.
5
6## Install
7
8```
9$ npm install -g @merryjs/cli
10
11# or
12
13$ yarn global add @merryjs/cli
14```
15
16## Usage
17
18```sh
19$ merry
20```
21
22## License
23
24MIT © [bang](https://github.com/bang88)