3.1.0 • Published 6 years ago

sonar-scanner v3.1.0

Weekly downloads
79,901
License
MIT
Repository
github
Last release
6 years ago

node-sonar-scanner

Wrap SonarQube Scanner as a node module.

Installation

You can install node-sonar-scanner as a development dependency and add it as a script property in your package.json.

npm i sonar-scanner --save-dev
{
  "scripts": {
    "sonar-scanner": "node_modules/sonar-scanner/bin/sonar-scanner"
  }
}
npm run sonar-scanner