Skip to content

itjstagame/node-sonar-scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sonar scanner for node

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 38.9%
  • JavaScript 31.8%
  • Shell 29.3%