@loukotal/devmoji-rs
v0.1.7
Published
CLI tool to add emoji to conventional commits
Downloads
763
Readme
devmoji-rs
Rust port of devmoji by @folke. ~10x faster startup.
Install
cargo install --git https://github.com/loukotal/devmoji-rsUsage
# Add emoji to conventional commits
echo "feat: add login" | devmoji
# feat: ✨ add login
# As a git hook (prepare-commit-msg)
devmoji -e
# List all available emoji codes
devmoji --list
# Custom config
echo '{"devmoji": [{"code": "fix", "emoji": "saluting_face"}]}' > devmoji.config.jsonCredits
All credit for the original concept, design, and emoji mappings goes to devmoji by Folke Lemaitre.
