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

This branch is 54 commits ahead of, 6 commits behind gleich/resin:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

288ed3a · Dec 21, 2024
Dec 21, 2024
Dec 20, 2024
Dec 19, 2024
Jun 15, 2024
Dec 19, 2024
Dec 21, 2024
Apr 29, 2021
Jun 15, 2024
Jun 15, 2024
Dec 21, 2024
Jun 15, 2024
Dec 19, 2024

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%