bcaudan / node-sonar-scanner

Sonar scanner for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Batchfile 48.7%Language:Shell 36.7%Language:JavaScript 14.6%