offline tools for react component
$ rb-tools run lint: run lint by https://github.com/airbnb/javascript
$ rb-tools run pub: compile and npm publish
$ rb-tools run watch --out-dir=/xx: watch and compile to /xx, default to lib
$ rb-tools run build: build examples
$ rb-tools run gh-pages: push example to gh-pages
$ rb-tools run start: start dev server
({
config: {
entry: {}, // webpack entry for build dist umd
port: 8000, // dev server port
output: {}, // webpack output for build dist umd
},
});