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 🙏

© 2026 – Pkg Stats / Ryan Hefner

magicpath-ai

v1.2.0

Published

Node CLI for MagicPath

Readme

MagicPath CLI

( Instantly bring your MagicPath AI projects to your local development environment. Edit, remix, and create in your own vibe.

Quick Start

npx magicpath-ai@latest clone -k <your-access-key>

Installation

Using npx (Recommended)

No installation required! Just run:

npx magicpath-ai@latest clone -k <access-key>

Global Installation

npm install -g magicpath-ai
magicpath-ai clone -k <access-key>

Local Installation

npm install magicpath-ai
npx magicpath-ai clone -k <access-key>

Usage

Clone Command

Download and set up a MagicPath project locally:

npx magicpath-ai@latest clone -k <access-key> [options]

Options:

  • -k, --key <accessKey> (required): = One-time magic access key to unlock and download your project
  • -d, --debug: Get verbose debug logs in the CLI

Example:

npx magicpath-ai@latest clone -k mp_1234567890abcdef

The CLI will:

  1. =� Download your project using the access key
  2. =� Prompt you to name your project (default: magicpath-project)
  3. =� Unpack the project to a local directory
  4. <� Your project is ready to go!

What You Get

When you clone a MagicPath project, you'll get a complete local copy with:

  • All project files and assets
  • Configuration files
  • Dependencies and setup instructions
  • Ready-to-run codebase

Requirements

  • Node.js >=16.0.0
  • npm or yarn

How It Works

  1. Access Key: Each MagicPath project comes with a unique, one-time access key
  2. Secure Download: The CLI securely downloads your project from MagicPath servers
  3. Local Setup: Projects are extracted and set up in your chosen directory
  4. Ready to Code: Start editing, remixing, and building immediately

Troubleshooting

Invalid Access Key

  • Ensure your access key is correct and hasn't been used before
  • Access keys are single-use for security

Download Issues

  • Check your internet connection
  • Verify the access key hasn't expired
  • Use --debug flag for detailed error information

Permission Errors

  • Ensure you have write permissions in the current directory
  • Try running from a different directory

Support

License

MIT � Jack Beoris


Made with ( by the MagicPath team