/homebrew-conventionalcommit

This is minimal cli that will help you use conventional commit in your project.

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Conventional Commit CLI

This is minimal cli that will help you use conventional commit in your project.

Using conventional commit is one of the best way we can organize our commits so we can find out what happend in that commit. This is a minimal cli tool that will help you commit using this convention. After implementing this cli I found out that commitizen has a realy similar cli but it needs a commitizen config file. So I think I keep developing this tool till I'll be happy with it.

It is working on MacOS right now and I will add Linux file as soon as possible

Prerequisite

All you need is Nodejs version >= 14 To install Nodejs using brew use this command:

brew install node

or download from their website.

Installation

Run this command:

brew install  pshaddel/conventionalcommit/conventionalcommit

Usage

You can run cli like this:

conventionalcommit

Contributing