yiru-cli
v1.2.4
Published
```console
Downloads
58
Readme
Install
$ npm install -g yiru-cli
Usage
init new Project
$ ag init projectName
creat new Page
$ ag g page pageName
creat new Component
<!-- -p PureComponent & -s FunctionComponent -->
$ ag g component componentName [-s,-p]
