Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.22 KB

File metadata and controls

69 lines (44 loc) · 1.22 KB

CI Version Downloads/week

gitmoji-c

gitmoji-c is a gitmoji-cli clone tool that does not use gpg.

2019-06-21 09 44 06

Requirements

  • Node.js >= 20

Install

$ pnpm add -g gitmoji-c

or

$ npm i -g gitmoji-c

Usage

$ gitmoji --help

Commit

Interactively commit using gitmoji prompts.

$ gitmoji commit

2019-06-19 07 40 52

List

List all available gitmojis.

$ gitmoji list

Search

Search gitmojis by keyword.

$ gitmoji search bug
🐛 - :bug: - Fix a bug.

Without arguments, launches interactive autocomplete search:

$ gitmoji search
? Search gitmojis: (type to filter)

License

MIT