@mumulhl/vibe-sync
v0.3.0
Published
A CLI tool to sync vibe coding rules and workflows across different vibe coding tools.
Readme
vibe-sync
A CLI tool to sync vibe coding rules and workflows across different vibe coding tools.
Support
- [x] Claude Code
- [x] Cursor
- [x] Gemini CLI
- [x] Kilo Code
- [x] Cline
- [x] Roo Code
- [x] Jules
- [x] Agent.md
- [x] Windsurf
Installation
To install vibe-sync, ensure you have Node.js (>= 23.6.0). Then, run the following command:
# npm
npm install -g @mumulhl/vibe-sync
# yarn
yarn global add @mumulhl/vibe-sync
# pnpm
pnpm install -g @mumulhl/vibe-sync
# bun
bun install -g @mumulhl/vibe-sync
# deno
deno install -g npm:@mumulhl/vibe-syncUsage
Initialize Config File
vibe-sync initSync
vibe-sync syncConfiguration
# Vibe Sync Configuration
version: 1
sync_from: "Gemini"
sync_to:
- "Claude Code"
- "Cline"
- "Kilo Code"
- "Jules"
- "Roo Code"Development
To contribute to vibe-sync:
- Clone the repository.
- Install dependencies:
pnpm install - Run tests:
pnpm test - Run the project:
pnpm start
License
This project is licensed under the MIT License.
