remembrall
v0.1.0
Published
Never forget to add the ticket to the start of your commits
Downloads
13
Readme
Remembrall
Never forget to add the ticket to the start of your commits
A dev dependency to guarantee that you always add list the ticket in your commits.
Usage
Per project
Install it as a dev dependency.
git init
npm i remembrall --save-dev
Globally
Install it as a global package and hook into any project.
npm i remembrall -g
cd my-project
remembrall
Then go about your daily routine worry free 🎉
git checkout feature/FAD-1234
# make some changes
git add -A && git commit -m "cool stuffs"
# the commit message becomes "FAD-1234 cool stuffs"