qa-control

0.4.20 • Public • Published

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


/qa-control/

    Package Sidebar

    Install

    npm i qa-control

    Weekly Downloads

    1

    Version

    0.4.20

    License

    MIT

    Unpacked Size

    269 kB

    Total Files

    48

    Last publish

    Collaborators

    • tute