@iamjarvis/extbridge-cli
v1.0.1
Published
CLI tool for ExtBridge cross-IDE extension deduplication
Downloads
267
Maintainers
Readme
@iamjarvis/extbridge-cli
The official command-line interface for ExtBridge: Cross-IDE Extension Deduplication.
ExtBridge is a powerful utility designed to deduplicate VS Code extensions across multiple compatible IDE installations (such as Cursor, Windsurf, VSCodium, and Antigravity). It significantly reduces massive disk space usage while keeping all your extensions functionally synchronized globally.
This package (@iamjarvis/extbridge-cli) provides the terminal commands needed to initialize the store, monitor IDE statuses, safely link extensions, and seamlessly download new extensions from Open VSX directly into your synchronized pool.
🚀 Quick Start
Run ExtBridge instantly without installing:
npx @iamjarvis/extbridge-cli statusOr install it globally for convenience:
npm install -g @iamjarvis/extbridge-cliextbridge init📖 Comprehensive Documentation
This README is a brief overview for the NPM registry.
For detailed explanations of every CLI command, advanced configurations, and registry mechanics, please see the Detailed CLI Documentation on GitHub.
🏗️ Looking for the Core Node.js Engine?
If you are a developer aiming to programmatically use the extension deduplication and open-vsx download algorithms inside your own node applications, try our core library instead!
👉 Go to @iamjarvis/extbridge-core
🤝 Contributing
Please see the GitHub Repository for issues, pull requests, and contribution guidelines.
