Modern Git CLI with Conventional Commits
npm install gittable


Every interaction is designed to reduce friction and prevent mistakes before they happen. For example, when committing with Gittable, you’re guided through required commit fields at commit time, with instant feedback on formatting and conventions. No more failed commits from late-running hooks, and no more hunting through CONTRIBUTING.md to figure out the correct message format. This same philosophy extends across the full Gittable workflow: proactive guidance, clear feedback, and smarter defaults that help teams stay consistent without slowing down.
``bash`
npm install -g gittable
`bash`
npm install --save-dev gittable
`bash`
npx gittable
Simply run gittable without any arguments to enter interactive mode:
`bash``
npx gittable
This displays a beautiful category-based menu for easy command discovery.
Gittable is built with the following excellent open-source projects:
- @clack/prompts by @natemoo-re - Beautiful CLI prompts library
- conventional-changelog - Conventional commits specification
- chalk by @sindresorhus - Terminal string styling
- cli-table3 - Beautiful CLI tables
GG-Santos from Wab n' Wab Atelier
- Email: ggsantos_0415@proton.me
- GitHub: @GG-Santos