Skip to content

ammartinCIC/node-sonar-scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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 48.7%
  • Shell 36.7%
  • JavaScript 14.6%