🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

weaverjs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weaverjs

Concise and readable multitasking

1.2.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

Weaver.js

JS.ORG Build Status

Documentation

You can find the documentation and downloads on the project website.

If you're looking to get an old version of the library, you can build off the associated tag. We very strongly recommend you use the latest version. If you run into a bug on the latest version, report it on the issue tracker. We'll try to fix the bug as soon as possible, and we'll give you a snapshot build that includes the fix for you to use until the next official bugfix release.

Contributing to Weaver.js

Please refer to CONTRIBUTING.md.

Build dependencies

Install npm and gulp. Of course, npm install before using gulp.

Build instructions

Run gulp in the console. The main targets are:

Building:

  • build : build the library
  • zip : build the release ZIP
  • clean : clean the build directory
  • dist : update the distribution JS for npm, bower, etc.

File references:

  • refs : update all refs
  • testrefs : update JS lib file refs in the tests page
  • testlist : update list of test JS files in tests page

Testing:

  • test : run the Mocha unit tests
  • lint : lint the JS sources via jshint
  • watch : update JS refs in HTML files (debug page, test page) automatically when JS files are added or deleted

Documentation:

  • docs : build the documentation template
  • docsmin : build the documentation template with all resources minified
  • docspub : build the documentation for publishing (ZIPs, JS refs, etc.)
  • docspush : push the built documentation to production

Release instructions

  • Update the VERSION environment variable, e.g. export VERSION=1.2.3
  • Confirm VERSION is picked up by gulp: gulp version
  • Confirm JS files pass linting: gulp lint
  • Confirm all tests passing: gulp test
  • Build and publish the release: gulp publish

Tests

Mocha tests are found in the test directory. The tests can be run in the browser or they can be run via Node.js (gulp test).

Keywords

multitasking

FAQs

Package last updated on 25 Jan 2016

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