# xbp-cli

``` bash
$ npm install -g xbp-cli
```

### 使用

``` bash
$ vue init <template-name> <project-name>
```

示例:

``` bash
$ vue init webpack my-project
```

The above command pulls the template from [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack), prompts for some information, and generates the project at `./my-project/`.