JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5549
  • Score
    100M100P100Q163064F
  • License MIT

Wrap sonar-scan as a node module

Package Exports

  • sonar-scan
  • sonar-scan/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sonar-scan) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

sonar-scan

Wrap SonarQube Scanner as a node module.

Installation

This plugin requires JAVA runtime installed

You can install sonar-scan as a development dependency and add it as a script property in your package.json.

npm i sonar-scan --save-dev
{
  "scripts": {
    "sonar-scan": "node_modules/sonar-scan/bin/sonar-scanner"
  }
}
npm run sonar-scan

Forked from

https://github.com/bcaudan/node-sonar-scanner

This library is not updated currentlly for a few years but we need & support it