Skip to content

jonarroh/Emojify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emojify

Emojify is a simple command line tool to conventional commit messages with emojis.

Requirements

  • Rust 1.64.0 or higher
  • Git

Installation

  1. Clone the repository
  2. Ejecuta cargo build --release
  3. Copy the binary to a directory in your PATH
$ cp target/release/emojify /usr/local/bin

Usage

To use emojify, you must be in a git repository. Then, you can run the command:

$ emojify

Select an option for commit
> ✨ feat
  🎉 new
  🐛 fix
  📗 docs
  🔧 chore
  🚀 perf
  🚧 wip
  🔥 remove
  💄style
  🔒 security

Enter the scope of the commit:
> scope

Enter the commit message:
> commit message

The commit will be:
> ✨ feat(scope): commit message

Do you want to continue? (y/n)
> y

Do you want to push? (y/n)
> y

Pushed to main

About

A CLI for conventional commits using emojis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages