⚗️ Superfast CLI for the conventional commits commit format
resin is a CLI (command-line interface) tool that makes it easy to create commit messages that follow the conventional commit format. Here is a little demo:
This demo will create the following commit message:
Chore: version bump
resin has three flags:
- --help (-h) -> display a help message to the terminal
- --all (-a) -> run
git add .
before committing the changes - --push (-p) -> run
git push
after committing the changes
Super simple and easy to use!
You can configure resin to have your custom scopes. Below is an example config:
scopes = ['docker', 'github actions']
You can install resin by downloading the latest version from the release page and running the provided shell script.