TDD


License
MIT
Install
npm install tedede@0.2.5

Documentation

qa-control

Quality assurance tool for node/npm projects

extending npm-version downloads build coverage climate dependencies qa-control

language: English also available in: Spanish

Install

$ npm install -g qa-control

Usage (command-line)

$ pwd
/home/user/npm-packages/this-module
$ qa-control --list-langs
Available languages: en es

$ qa-control .
Done without warnings!

Usage (code)

var qaControl = require('qa-control');

qaControl.controlProject('./path/to/my/project').then(function(warnings){
    console.log(warnings);
});

License

MIT