silver-commit
v0.1.4
Published
## Usage
Readme
This package adds the name of branch to commit
Usage
Install this package and husky:
npm i silver-commit husky -DConfig commit-msg hook to run silver-commit in package.json
{
"husky": {
"hooks": {
"commit-msg": "node node_modules/silver-commit/index.js"
}
}
}