Repository: https://github.com/odutradev/commiter-cli
Creator & Main Contributor: João Dutra (@odutradev)
- Automatic translation of commit messages
- Standardized commit prefixes with emojis and keywords
- Multiple pattern styles configurable via JSON
- Auto-add files before committing (optional)
npm install -g commiter-cli
commiter <command> [options]
Run commiter --help
or commiter help
to see all commands and flags.
- List commands
commiter help
- Show version
commiter version
- Generate a commit
commiter use
Manage your CLI settings:
# Show all settings
commiter config list
# View current configuration
commiter config get
# Update a setting
commiter config update <key> <value>
# Reset to defaults
commiter config reset
Interactively create a standardized commit:
commiter use
Display usage information:
commiter help
Display the installed version:
commiter version
Contributions, issues and feature requests are welcome!
- Fork the repo
- Create a branch (
git checkout -b feature/XYZ
) - Commit your changes (
git commit -m "feat: add XYZ"
) - Push to the branch (
git push origin feature/XYZ
) - Open a Pull Request
Please read CONTRIBUTING.md
This project is licensed under the MIT License. See LICENSE for details.