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

create-momo

v0.7.1

Published

CLI tool to scaffold monorepo projects

Readme

Momo CLI 🛡️⚡️

npm version License: MIT

The high-performance, context-aware engine to supercharge and boost your Turborepo monorepo management.

Momo CLI is designed to eliminate the friction of monorepo management and boost your productivity with Turborepo. Whether you're bootstrapping a new project or scaling an existing one, Momo provides a unified, intuitive, and "hassle-free" developer experience.


✨ Features (Momo 2.0)

  • Unified Command Hierarchy: Logical grouping of commands (Management, Orchestration, Execution, Infra).
  • Blank Workspaces: Specialized blank templates for rapid, boilerplate-free workspace creation.
  • Smart Routing: Automatically detects target directories (apps/ vs packages/) via template metadata.
  • Universal Framework Support: Native integration with any external initializer (svelte, nuxt, nest) via the external flavor.
  • Shadcn UI Integration: Seamlessly inject Shadcn components into your UI library using momo install shadcn:<component>.
  • Turbo Orchestration: Lightweight, user-friendly wrappers around turbo run via momo run.
  • Intelligent Dependencies: A dedicated momo install command that handles workspace protocols and target detection automatically.

🚀 Usage Guide

1. Bootstrap a New Project

Initialize a new project using your favorite package manager:

# Using PNPM (Recommended)
pnpm create momo my-project

# Using NPM
npx create-momo@latest my-project

# Using Bun
bun create momo my-project

# Using Yarn
yarn create momo my-project

# Initialize in the current directory
npx create-momo@latest .

2. Extend Your Structure (momo add)

momo add app --name web         # Add an application
momo add package --name utils   # Add a package
momo add config --name tailwind # Add a shared config

3. Manage Dependencies (momo install)

momo install zod -w             # Global NPM Install
momo install lucide-react -a web # Target specific app
momo install shadcn:button      # Inject UI component

🛠 Complete Command Reference

🏗 Management (Code & Structure)

| Command | Description | Detail | | :----------------- | :------------------------------------------- | :------------ | | momo create | Bootstrap a new monorepo project | Entry | | momo add | Add new workspaces (Apps, Packages, Configs) | Structure | | momo install | Inject Dependencies (NPM) or UI (shadcn:) | Content | | momo list | List available component flavors and types | Utility |

⚡️ Execution (Turbo-Powered)

| Command | Description | Detail | | :--------------- | :-------------------------------------- | :------------ | | momo run | Execute workspace tasks (via Turborepo) | turbo run | | momo build | Build all packages in the monorepo | Shorthand | | momo dev | Run development mode for all packages | Shorthand | | momo lint | Lint all packages in the monorepo | Shorthand | | momo test | Run tests across the workspace | Shorthand | | momo start | Start production builds | Shorthand | | momo clean | Recursive cleanup of build artifacts | Utility |

🔧 Orchestration & Utility

| Command | Description | Detail | | :---------------- | :--------------------------------------- | :-------------- | | momo graph | Visualize the dependency graph | Utility | | momo doctor | Check project health & standards | Utility | | momo config | Manage CLI settings and context | Settings | | momo setup | Configure project-wide standards | Coming Soon | | momo update | Interactive workspace dependency manager | Lifecycle | | momo rename | Safely rename internal packages | Lifecycle |

🌐 Infrastructure (Remote Caching)

| Command | Description | Detail | | :---------------- | :----------------------------------- | :-------------- | | momo login | Log in to Turborepo (Remote Caching) | Auth | | momo logout | Log out from Turborepo | Auth | | momo link | Link project to Vercel Team | Infra | | momo unlink | Unlink project from Remote Caching | Infra | | momo deploy | Unified deployment workflows | Coming Soon |


📄 License

MIT © Shahrear Ahamed