All Projects → bcaudan → node-sonar-scanner

bcaudan / node-sonar-scanner

Licence: other
Sonar scanner for node

Programming Languages

Batchfile
5799 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].