Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 636 Bytes

File metadata and controls

31 lines (18 loc) · 636 Bytes

commit-rs

Conventional commits made easy

Description

commit-rs is simple utility for committing your changes using conventional commits

Installation

commit-rs isn't published to crates.io yet so you have to install it manually like so.

git clone https://github/HumanEntity/commit-rs.git
cd commit-rs
cargo install --path .

Getting Started

Go to your repo, stage something and run git cr or cr.

Example usage screenshot

Usage

Run git cr and follow the instructions.