A cli tool to generate semantic commit messages.
Tablespoon is a simple cli tool that can generate semantic commit messages based on comments in order to enforce best practices!
All documentation can be found through the tablespoon site here: docs.tbsp.coffee
Run the following command in a terminal and you're ready to go!
Windows
iwr instl.sh/punctuations/tablespoon/windows | iex
macOS
curl -sSL instl.sh/punctuations/tablespoon/macos | bash
Linux
curl -sSL instl.sh/punctuations/tablespoon/linux | bash
- Writes semantic commit messages for you:
<type>(<desc>): <summary>
- Generate just the message or generate the message and immediately commit it!
- Customize commentID via the config file!
- Try again for fig x tablespoon for autocompletion