JSPM

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

Package Exports

    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 (presonar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Sonar scanner with git pre-commit hooks

    Install with npm install presonar --save-dev or yarn add presonar -D.

    Scan project:

    npx presonar scan

    npx presonar scan --type commit|push

    Install husky git hooks

    npx presonar install

    Uninstall husky git hooks

    npx presonar uninstall

    Add git hooks

    npx presonar add .husky --type commit|push