Skip to content

BitGud Plugin used to detect commits using Husky Precommit hooks

Notifications You must be signed in to change notification settings

BitGud/bitgud-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BitGud Plugin used to detect commits using Husky Precommit hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published