Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aelew/conai
- Owner: aelew
- License: mit
- Created: 2023-08-26T19:48:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T23:08:57.000Z (over 1 year ago)
- Last Synced: 2024-12-16T01:40:11.674Z (about 1 month ago)
- Topics: ai, cli, commit, convention, conventional-commits, git, gpt, openai, specification, standard
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/conai
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)