@pedrogbraz/commit-cli
v1.0.1
Published
A CLI for creating conventional commits with automatic git push
Maintainers
Readme
Commit CLI
A CLI for creating conventional commits with automatic git push.
Installation
npm install -g @pedrogbraz/commit-cliUsage
- Navigate to a Git repository.
- Run:
commit-cli - Follow the prompts to:
- Select files to commit.
- Choose a commit type (feat, fix, docs, etc.).
- Enter a scope (optional) and description.
- Decide whether to push to the remote repository.
Prerequisites
- Node.js (v14 or higher)
- Git
License
MIT
