commit-vibes
v0.1.9
Published
A CLI tool to add vibes to your Git commit messages
Maintainers
Readme
Commit Vibes 🎵
Add vibes and music to your commits! Because why not make your git history a bit more fun!
Features
- 🎵 Spotify integration - add your current song to commits
- 🎨 Express your commit feelings with emojis
- 🎯 Quick file staging with multi-select
- 🎮 Interactive CLI with Clack
Quick Start NPM
# Install
npm install -g commit-vibes
# Connect Spotify (one-time setup)
commit-vibes --spotify
# Make a commit with vibes
commit-vibes "your message"Usage
- Stage your changes (or use
commit-vibesto stage interactively) - Enter your commit message
- Select your vibe
- If you're playing music, choose to include it in your commit
Commands
commit-vibes- Interactive commit with vibescommit-vibes "message"- Quick commit with messagecommit-vibes --spotify- Connect Spotifycommit-vibes --disconnect- Disconnect Spotify
Example Commit
feat: add new feature 🎉 Victory
🎵 Now playing: "Song Name - Artist Name"Development
# Clone & install
git clone https://github.com/yourusername/commit-vibes.git
cd commit-vibes
npm install
# Run locally
npm link
commit-vibesLicense
MIT
