npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

migrate-ide-extensions

v1.0.2

Published

Migrate VS Code extensions to Cursor or Antigravity

Readme

Migrate IDE Extensions

A simple Node.js utility to migrate your VS Code extensions to other IDEs like Cursor or Antigravity.

Installation

Global Installation (Recommended)

Install globally to use the command anywhere:

npm install -g migrate-ide-extensions

One-time Use with npx

Run without installing:

npx migrate-ide-extensions

Usage

Interactive Mode

Simply run the command without arguments and you'll be prompted to select your target IDE:

migrate-ide-extensions

You'll see:

Select migration target:
  1) Cursor
  2) Antigravity

Enter your choice (1 or 2):

Command Line Arguments

Specify the target IDE directly using flags for automated scripts:

# Migrate to Cursor
migrate-ide-extensions --cursor

# Migrate to Antigravity
migrate-ide-extensions --antigravity

Features

  • Interactive Mode: User-friendly prompts for selecting the target IDE
  • 🔍 Automatic Detection: Locates your VS Code extensions folder across different platforms
  • 🚀 Smart Copy: Skips extensions that already exist in the target directory
  • 💻 Cross-Platform: Supports macOS, Linux, and Windows
  • 📦 Zero Dependencies: Uses only Node.js built-in modules

Supported Platforms

  • macOS: Checks multiple VS Code installation locations
  • Linux: Supports standard VS Code and Insiders editions
  • Windows: Works with default VS Code installation paths

How It Works

  1. Scans your VS Code extensions directory
  2. Identifies which extensions are not yet in the target IDE
  3. Shows you a summary and asks for confirmation
  4. Copies only the missing extensions to save time

Requirements

  • Node.js 14.0.0 or higher

Example Output

Source: /Users/pablo/.vscode/extensions
Target: /Users/pablo/.cursor/extensions (cursor)

Found 42 extensions
→ 15 will be copied
→ 27 already exist

  + dbaeumer.vscode-eslint
  + esbenp.prettier-vscode
  + github.copilot
  ...

Proceed? (y/N): y

→ Copying dbaeumer.vscode-eslint
→ Copying esbenp.prettier-vscode
→ Copying github.copilot
...

✅ Done!

Legacy Shell Script

If you prefer using a shell script, check out the legacy version in the repository.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

ISC

Author

Pablo Avilés Prieto

Repository

https://github.com/pablo-aviles-prieto/migrate-ide-extensions