vybcel
v1.1.27
Published
Vybcel Development Agent and Vite Plugin for seamless code sync and auto-deploy
Maintainers
Readme
vybcel
Vybcel Development Agent for file synchronization between your local project and Vybcel platform.
Installation
pnpm add vybcelUsage
Using config file (recommended)
Create vybcel.config.json in your project root:
{
"projectId": "your-project-id",
"wsUrl": "ws://localhost:8080",
"debug": false
}Then run the agent:
vybcelUsing command line arguments
vybcel your-project-idUsing environment variables
export VYBCEL_PROJECT_ID=your-project-id
export VYBCEL_WS_URL=ws://localhost:8080
vybcelConfiguration
vybcel.config.json
projectId(required) - Your Vybcel project IDwsUrl(optional) - WebSocket server URL (default:ws://localhost:8080)debug(optional) - Debug mode (default:false)
Environment variables
VYBCEL_PROJECT_ID- Project IDVYBCEL_WS_URL- WebSocket server URL
Auto Updates
To get the latest agent updates, regularly update the package:
pnpm update vybcelFeatures
- 🔄 Real-time sync of files with Vybcel platform
- 🔗 Git integration for rolling back changes and syncing with GitHub
- 📁 Smart file watching with automatic exclusion of build folders
- 🚀 Auto-reconnection when connection is lost
- ⚙️ Flexible configuration via file, environment variables, or arguments
System Requirements
- Node.js 18+
- Git (for git commands)
Support
If you experience issues with the agent:
- Check your internet connection
- Make sure WebSocket server is running
- Verify your Project ID is correct
- Restart agent:
Ctrl+Cand runvybcelagain
Made with ❤️ by 21st Labs | Vybcel.com
