seatools
v0.5.12
Published
Provide build, test and other tools for Sea.js developers.
Keywords
Readme
Seatools
Provide build, test and other tools for Sea.js developers.
Installation
$ npm install seatools -gUsage
If you are a developer of Sea.js or its plugins, using seatools will bring a pleasant experience to boring coding work.
build
Convert source files to distribution version through concatenating, compressing and some other processing steps.
$ seatools buildsite
Generate site files for debugging etc.
$ seatools siteStart a http server which support livereload watching. The default protocol is 8000.
$ seatools site -wtest
Run test cases in various environment.
Test in localfile protocol under phantom environment.
$ seatools test --localTest in http protocol under phantom environment.
$ seatools test --httpUsing totoro to run test cases in http protocol under connected real browsers.
$ seatools test --totoropublish
Publish site files to gh-pages branch.
$ seatools publish