Skip to content

pshaddel/homebrew-conventionalcommit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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