A tool for generating git commit messages using Google's Generative AI API.
- 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!