git-commit-ai
v1.2.0
Published
A tool for generating AI-based git commit messages using Google's Generative AI.
Downloads
16
Readme
Git Commit AI
A tool for generating git commit messages using Google's Generative AI API.
Installation
- Clone the repository or install via npm:
npm install -g git-commit-ai
### 6. **Publish to NPM**:
- First, make sure you have an account on npm by signing up [here](https://www.npmjs.com/signup).
- Then, log in to your npm account using:
```bash
npm login
- Once logged in, publish your package using:
npm publish
Now your package is live on npm, and users can install it globally via npm install -g git-commit-ai
and use it to generate commit messages!