conai
v1.0.0
Published
An AI-powered CLI tool for standardizing your commit messages according to the Conventional Commits specification.
Downloads
2
Maintainers
Readme
✨ conai
An AI-powered CLI tool for standardizing your commit messages according to the Conventional Commits specification.
Usage
Installation
npm i -g conai
Set your OpenAI API key
conai -k <key>
Conventionalize your commit message!
conai -m "update dependencies"
# ✔ chore: update dependencies