Warning
We are in the early stages of development and this is a work in progress. Please be aware of possible bugs, incomplete or not yet implemented features. We welcome feedback and contributions.
Tarsi is an AI-powered CLI that automatically generates clear, user-focused changelogs from recent git changes, minimizing manual effort and keeping users informed.
To install the CLI, use NPM:
npm install -g tarsiOr with other package managers like PNPM, Yarn, or Bun!
Add the changelog script to your package.json:
To generate a changelog from the git diff since the latest tag, run:
tarsi generateTo check the changelog against the git diff, run:
tarsi check