light-gitmoji-cli
v0.1.8
Published
A lightweight git emoji tool with customized conventional commits
Downloads
5
Readme
light-gitmoji-cli
:dart: About
A lightweight git emoji tool with customized conventional commits
:white_check_mark: Requirements
Before starting :checkered_flag:, you need to have Git and Node installed.
:chart_with_upwards_trend: How to use
$ npm i -g light-gitmoji-cli
$ commit
or
$ commit text of your commit 45
it will check if the last word is a number (with or without #/! ) to identify PR or Issue ID.
I suggest an alias in your bash file :
$ alias gc="git add . && commit ${*} && git push"
and use
$ gc text of your commit idissue