sonar-scanner
Wrap sonar-scanner as a node module
🌟 Zeige das Echtzeit-Nutzungsdiagramm in der sonar-scanner README.md an, kopiere einfach den untenstehenden Code.## Usage Trend
[](https://npm-compare.com/sonar-scanner#timeRange=THREE_YEARS)
🌟 Zeige das GitHub Stars Trend-Diagramm in der sonar-scanner README.md an, kopiere einfach den untenstehenden Code.## GitHub Stars Trend
[](https://npm-compare.com/sonar-scanner)
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