git-emoji-cli
v1.11.0
Published
A lightweight git emoji tool with customized conventional commits
Downloads
6
Readme
:dart: About
A lightweight git emoji tool with customized conventional commits
:sparkles: Features
:heavy_check_mark: Scope of the commit
:heavy_check_mark: List with 20+ customized commits
:heavy_check_mark: Search commit list with input value
:heavy_check_mark: Log post-commit process like tests
:rocket: Technologies
The following tools were used in this project:
:white_check_mark: Requirements
Before starting :checkered_flag:, you need to have Git and Node installed.
:chart_with_upwards_trend: How to use
Either npx
or installing globally on your machine:
using with npx:
$ npx git-emoji-cli
installing:
$ npm i -g git-emoji-cli
$ gec
:fire: Usage with lazygit
Open lazygit and press o
on Status tab, it'll open the config.yaml
Example using shift+c
hotkey
customCommands:
- key: "C"
command: "npx git-emoji-cli"
context: "files"
loadingText: "Opening git-emoji-cli tool"
subprocess: true
:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
Made with :heart: by Felipe Austríaco
Back to top