emojigit

Building CLI for adding emojis to git commit messages

Downloads
12
Stars
5
Committers
2

emojigit

📦 Built Interactive CLI tool for using emojis on commit messages and push is automatically done after each commit!

CLI Commands

Install

    npm install -g emojigit
    emojigit --help
    Usage
      $ emojigit
    Options
      --list, -l      List all the available gitmojis
      --commit, -c    Commit to github Repository
      --version, -v   Print gitmoji-cli installed version
    Examples
      $ emojigit -l
      $ emojigit -c

🔧 Tools Used

  • Nodejs
  • Inquirer
  • Meow
  • Node-fetch
  • eslint