Skip to content
/ conai Public

✨ An AI-powered CLI tool for standardizing commit messages according to the Conventional Commits specification.

License

Notifications You must be signed in to change notification settings

aelew/conai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ conai

An AI-powered CLI tool for standardizing 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

License

MIT