
# auto-generator
自定义模版和配置
# Installation
```sh
npm install auto-generator -g
```
# Command
### create router file
```sh
cg init
```
### create template file
The `s` of options for struct field, the parameter `pages` for a template under struct field, and `src/home` for the directory that you're going to create
```sh
cg create -s pages src/home
```