COMMIT VIBES

Getting Started

Get up and running with commit-vibes in minutes. This guide will walk you through installation and basic usage.

Installation

Install commit-vibes globally using npm:

npm install -g commit-vibes

Basic Usage

Once installed, commit-vibes works seamlessly with your existing git workflow. Simply use git commit as you normally would:

git commit -m "your commit message"

commit-vibes will automatically enhance your commit with emojis and vibes based on your message content.

First Commit

Try it out with a simple commit:

git add .
git commit -m "initial commit"

You'll see commit-vibes in action, adding emojis and personality to make your commit history more fun!

Next Steps