yw
Version:
33 lines (18 loc) • 371 B
Markdown
# yw
[](https://www.npmjs.com/package/yw)
[yw](https://github.com/wudi0431/yw) boilerplate generator.
----
## Install
```bash
$ cnpm / npm install yw -g
```
## Usage
```bash
$ yw init projectname
$ cd projectname
$ cnpm / npm install
启动项目
$ grunt server
打包项目
$ grunt build
```