UNPKG

commit-vibes

Version:

A CLI tool to add vibes to your Git commit messages

65 lines (44 loc) • 1.21 kB
# 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 ```bash # Install npm install -g commit-vibes # Connect Spotify (one-time setup) commit-vibes --spotify # Make a commit with vibes commit-vibes "your message" ``` ## Usage 1. Stage your changes (or use `commit-vibes` to stage interactively) 2. Enter your commit message 3. Select your vibe 4. If you're playing music, choose to include it in your commit ## Commands - `commit-vibes` - Interactive commit with vibes - `commit-vibes "message"` - Quick commit with message - `commit-vibes --spotify` - Connect Spotify - `commit-vibes --disconnect` - Disconnect Spotify ## Example Commit ``` feat: add new feature šŸŽ‰ Victory šŸŽµ Now playing: "Song Name - Artist Name" ``` ## Development ```bash # Clone & install git clone https://github.com/yourusername/commit-vibes.git cd commit-vibes npm install # Run locally npm link commit-vibes ``` ## License MIT ---