qa-control
v0.4.20
Published
QA control of things that nobody controls
Readme
qa-control
Quality assurance tool for node/npm projects
Install
$ npm install -g qa-controlUsage (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);
});

also available in:
