Git Haiku is a unique command-line tool that transforms your Git commit history into creative haiku poems. It combines the technicality of version control with the art of poetry, allowing developers to reflect on their work in a fun and engaging way.
- Generates Haikus: Turns your recent Git commits into structured haikus, providing a playful summary of your development efforts.
- Real-Time Commit Analysis: Uses your actual commit messages to create meaningful poems, ensuring each haiku is relevant to your work.
- Lightweight and Easy to Use: Install and run with a simple command; no additional setup required.
You can quickly use Git Haiku without installation using npx. Just run:
npx git-haikuAlternatively, you can install it globally using npm:
npm install -g git-haikuNavigate to your Git repository and run:
git-haikuYou’ll receive a haiku generated from your latest commits, bringing a bit of creativity to your coding routine.
Generated Haiku:
rendering faster
loading image features
new tests unit of
Contributions are welcome! If you have ideas for improvements or new features, feel free to fork the repository and submit a pull request.
- Add options for different poem styles beyond haikus.
- Implement custom filters for word selection.
- Enhance error handling for repositories with fewer commits.
This project is open-source and available under the MIT License. See the LICENSE file for more information.