wabtools

0.0.3 • Public • Published

Description

This is a place for build tools I've developed and found useful in my own Node development.

Access to all the scripts is through wabtools.

Currently the only tool is an extension to nodeunit, a reporter that uses Stalker to watch your lib directory and intelligently schedule nodeunit runs of all tests in the 'test' directory soon after files are changed.

Example usage

var nodeunit = require('wabtools').nodeunit;
nodeunit.reporters.continuous.run(['test']);

Plans

  • Modify continuous reporter so it can select of subset of tests based on the changed files, using file nameing conventions

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i wabtools

Weekly Downloads

0

Version

0.0.3

License

none

Last publish

Collaborators

  • billbarnhill