1.0.4 • Published 1 year ago

presonar v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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