README
pob-commit
Commit with ease
Force to follow karma commit message convention
Install
npm install --g pob-commit
npm install --save-dev pob-commit
How to use
Direct use
commit
All args are passed to git commit
npm run commit
With npm scripts Edit your package.json:
{
"scripts": {
"commit": "commit",
}
}