0.5.12 • Published 10 years ago

seatools v0.5.12

Weekly downloads
97
License
-
Repository
github
Last release
10 years ago

Seatools

Provide build, test and other tools for Sea.js developers.

Installation

$ npm install seatools -g

Usage

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 build

site

Generate site files for debugging etc.

$ seatools site

Start a http server which support livereload watching. The default protocol is 8000.

$ seatools site -w

test

Run test cases in various environment.

Test in localfile protocol under phantom environment.

$ seatools test --local

Test in http protocol under phantom environment.

$ seatools test --http

Using totoro to run test cases in http protocol under connected real browsers.

$ seatools test --totoro

publish

Publish site files to gh-pages branch.

$ seatools publish

References

0.5.12

10 years ago

0.5.11

10 years ago

0.5.10

10 years ago

0.5.9

10 years ago

0.5.8

10 years ago

0.5.7

10 years ago

0.5.6

10 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.1.0-a1

11 years ago