Skip to content
/ resin Public
forked from gleich/resin

⚗️ Superfast CLI for the conventional commits commit format

License

Notifications You must be signed in to change notification settings

failpark/resin

 
 

Repository files navigation

resin

⚗️ Superfast CLI for the conventional commits commit format

❓ What is resin?

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:

demo

This demo will create the following commit message:

Chore: version bump

✨ Features

🚩 Flags

resin has three flags:

  1. --help (-h) -> display a help message to the terminal
  2. --all (-a) -> run git add . before committing the changes
  3. --push (-p) -> run git push after committing the changes

Super simple and easy to use!

⚙️ Configuration

📖 Scopes

You can configure resin to have your custom scopes. Below is an example config:

scopes = ['docker', 'github actions']

🚀 Install

You can install resin by downloading the latest version from the release page and running the provided shell script.

About

⚗️ Superfast CLI for the conventional commits commit format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.2%
  • Just 0.8%