0.1.0 • Published 7 years ago

remembrall v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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"

Other git magic

  • giddy - A CLI wrapper around git for an improved developer experience
  • gitplus - Generic tools and instructions for making it easier to work with git as a team.