0.0.0 • Published 7 years ago

feng-rc-tools v0.0.0

Weekly downloads
3
License
-
Repository
-
Last release
7 years ago

rc-tools

offline tools for react component

NPM version gemnasium deps node version npm download

Usage

$ rc-tools run lint: run lint by https://github.com/airbnb/javascript
$ rc-tools run pub: compile and npm publish
$ rc-tools run watch --out-dir=/xx: watch and compile to /xx, default to lib
$ rc-tools run build: build examples
$ rc-tools run gh-pages: push example to gh-pages
$ rc-tools run start: start dev server
$ rc-tools run karma: run karma tests
$ rc-tools run karma --single-run: run karma tests single run
$ rc-tools run saucelabs: run saucelabs tests
$ rc-tools run chrome-test: run browser-test in chrome
$ rc-tools run test: run test in phantomjs
$ rc-tools run coverage: run test coverage in phantomjs