Package Exports
- gitzen
- gitzen/dist/index.cjs
- gitzen/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gitzen) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Gitzen: AI-powered CLI Tool for Automatic Git Commit Message Generation
Gitzen is a command-line tool that uses AI to automatically generate concise and well-formatted git commit messages. It integrates with popular AI providers like Google Gemini and supports customizable templates and languages.

📚 Table of Contents
- Installation
- Commands
📦 Installation
You can install Gitzen globally using your preferred package manager:
npm install -g gitzen
# or
pnpm add -g gitzen
# or
yarn global add gitzenOnce installed globally, the gitzen command will be available anywhere in your system.