Skip to content

edufolly/gitmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 gitmoji 😄

A tool inspired by gitmoji that helps you create standardized, emoji-based Git commits — without installing any dependencies, packages, or runtimes.
Everything runs from a single binary.

✨ Motivation

Gitmoji is a great way to make commits more semantic and easier to understand.
However, many existing tools require:

  • Installation via npm/yarn
  • Extra configuration
  • A runtime environment (like Node.js)

This project solves that by providing:

✅ A single binary ✅ Zero dependencies ✅ Instant execution ✅ Cross-platform support

📦 Installation

Just download the binary for your operating system and make it executable.

curl -sSLO https://github.com/edufolly/gitmoji/releases/latest/download/gitmoji-linux-amd64 && \
chmod +x gitmoji-linux-amd64 && \
sudo mv gitmoji-linux-amd64 /usr/local/bin/gitmoji

About

gitmoji without installing any dependencies, packages, or runtimes

Resources

Stars

Watchers

Forks

Contributors

Languages