Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aelew/conai

✨ An AI-powered CLI tool for standardizing commit messages according to the Conventional Commits specification.
https://github.com/aelew/conai

ai cli commit convention conventional-commits git gpt openai specification standard

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# ✨ conai

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

## Usage

Installation

```bash
npm i -g conai
```

Set your OpenAI API key

```bash
conai -k
```

Conventionalize your commit message!

```bash
conai -m "update dependencies"
# ✔ chore: update dependencies
```

## License

[MIT](https://choosealicense.com/licenses/mit/)