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-clicommiter <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 resetInteractively create a standardized commit:
commiter useDisplay usage information:
commiter helpDisplay the installed version:
commiter versionContributions, 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.