@segersniels/gitmoji

This project provides an easy solution for using gitmoji from your command line. Gitmoji solves the hassle of searching through the gitmoji list! 🎉

Usage no npm install needed!

<script type="module">
  import segersnielsGitmoji from 'https://cdn.skypack.dev/@segersniels/gitmoji';
</script>

README

gitmoji

Actionsnpm

This project provides an easy solution for using gitmoji from your command line. Gitmoji solves the hassle of searching through the gitmoji list! 🎉

About

A simplistic interpretation of the carloscuesta/gitmoji-cli repository with only basic commit functionality.

Usage

Usage: gitmoji [options] [command]

A gitmoji client for using emojis on commit messages.

Options:
  -V, --version  output the version number
  -c, --commit   Interactively commit using the prompts
  -h, --help     display help for command

Commands:
  commit         Interactively commit using the prompts
  config         Configure general gitmoji behaviour

Config

Configure global gitmoji settings through an easy prompt selection.

Usage: gitmoji config [options] [command]

Configure general gitmoji behaviour

Options:
  -h, --help      display help for command

Commands:
  enable          Enable behaviour
  disable         Disable behaviour
  list|ls         View the current config
  help [command]  display help for command

Examples

To enable automatic uppercasing of the first character of your commit message:

$ gitmoji config enable
? Choose an option to enable ›
❯ uppercase-first-character