# yw

[![NPM version](https://img.shields.io/npm/v/yw.svg?style=flat)](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

```
