Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

seatools

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seatools

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

  • 0.5.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-12.5%
Maintainers
5
Weekly downloads
 
Created
Source

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

  • https://github.com/seajs/seajs/issues/924
  • https://github.com/seajs/seatools/issues/2

FAQs

Package last updated on 04 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc