gittable
v1.0.9
Published
Modern Git CLI with Conventional Commits
Maintainers
Readme
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.
📦 Installation
Global Installation (Recommended)
npm install -g gittableLocal Installation
npm install --save-dev gittableUsing npx
npx gittable <command>Simply run gittable without any arguments to enter interactive mode:
npx gittableThis displays a beautiful category-based menu for easy command discovery.
Acknowledgments
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
Author
GG-Santos from Wab n' Wab Atelier
- Email: [email protected]
- GitHub: @GG-Santos
