# generator-antd-custom 脚手架

---

## 说明

generator-antd-custom 脚手架，用于快递搭建新项目，实现自定义命令行，配合antd-custom-tpl模板运行，实现模版和脚手架分离，暂时只提供一个react项目模版，后续可以加入其他更多模版

## 分支
master 稳定版本

develop 开发版本

test yeoman命令版本 


## 安装

```bash
$ npm i generator-antd-custom -g

```

## 初始化项目
```bash
$ cfe init react
```

## 运行项目

```bash
$ cfe start
```
## 打包项目

```bash
$ cfe build test
```
or
```bash
$ cfe build prod
```