1.0.7 • Published 3 years ago

bitgud-plugin v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

bitgud-plugin

Install

WDCC x SESA Hackathon 2021 💻

Download Here: https://www.npmjs.com/package/bitgud-plugin

Fully opensource BitGud Husky Hook Plugin used to detect commits made by the users based on their settings in BitGud

npm i --save-dev bitgud-plugin

Pre-Commit Hook

Install husky

npm i --save-dev husky

Prepare husky

npm set-script prepare "husky install"
npm set-script bitgud-plugin "bitgud-plugin"
npm run prepare

Add pre-commit hook to husky

npx husky add .husky/pre-commit "npm run bitgud-plugin"

Settings

Settings are available on BitGud

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago