sonar-scanner

Wrap sonar-scanner as a node module

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
sonar-scanner
18113.1.06 years ago7 years agoMinified + gzip package size for sonar-scanner in KB

Readme

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
```     

```json
{
  "scripts": {
    "sonar-scanner": "node_modules/sonar-scanner/bin/sonar-scanner"
  }
}

```shell npm run sonar-scanner ```