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

@akrc/pm3

v1.0.0

Published

A user-friendly CLI wrapper for PM2

Readme

pm3

This project is under heavy construction.

Process management that speaks human.

中文版本


Why pm3?

PM2 is powerful—but its command-line interface feels like it was designed for robots. Every operation requires memorizing obscure flags, chaining arguments, and decoding cryptic output. For developers who just want to run their apps reliably, the learning curve is unnecessarily steep.

pm3 is built on a simple idea: you shouldn't need to read documentation to start a process.

The Philosophy

Guiding, Not Guessing

Instead of typing pm2 start app.js --name myapp --instances max --max-memory-restart 512M, just run pm3 start. Answer a few straightforward prompts, and you're done. We handle the flags; you focus on your code.

Discoverability Over Memorization

Can't remember the exact command to scale your app? Neither can we. That's why pm3 presents your options interactively—available scripts, running processes, configuration choices—all at your fingertips without consulting a manual.

Power Without Complexity

pm3 doesn't sacrifice PM2's capabilities. Cluster mode, memory limits, watch mode, log streaming, monitoring—it's all there. We've just hidden the complexity behind a conversational interface that respects your time.

What You Can Do

Start & Configure

  • Launch JavaScript files or npm scripts interactively
  • Configure cluster mode, memory limits, and watch mode through prompts
  • Generate ecosystem.config.js with sensible defaults

Manage & Control

  • Stop, restart, or reload processes with visual selection
  • Delete processes cleanly with confirmation
  • Save and resurrect your process list across reboots

Monitor & Observe

  • View all processes in a clean, formatted table
  • Stream logs for specific processes
  • Launch terminal-based monitoring dashboard

Who It's For

pm3 is for developers who:

  • Want PM2's reliability without its learning curve
  • Prefer interactive prompts over memorizing CLI flags
  • Manage multiple Node.js applications and need to move fast
  • Believe developer tools should be approachable, not intimidating

The Vision

We imagine a world where process management is invisible—where deploying and monitoring applications feels as natural as writing the code itself. pm3 is a step toward that future: powerful infrastructure wrapped in human-centered design.


pm3 requires Node.js and PM2 to be installed in your project.