antd-init
![NPM version](https://img.shields.io/npm/v/antd-init.svg?style=flat)
Ant Design boilerplate generator.
Feature
- Generate a webpack workflow based boilerplate.
- support ES2015 and less.
- Local development via dora, support proxy, HMR and unit test.
- support custom webpack.config,examples.
More usage: http://ant-tool.github.io/
Install
$ npm i antd-init -g
Usage
Generate boilerplate.
$ mkdir foo && cd foo
$ antd-init
// or with specify type
$ antd-init --type plain-react
$ antd-init --type redux
Start development server.
$ npm start
Build.
$ npm run build
Test.
$ npm test
Lint.
$ npm run lint