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

mnu-client

v2.0.0

Published

The Node.js implementation of the mnu terminal document client.

Readme

mnu

Welcome to mnu! We believe documentation should be simple, scannable, and easy on the eyes. This is a Node.js terminal document client designed specifically for the .mn format.

It's like man or less, but focused on getting you the answers you need without the wall of text.

Note: For the best performance and minimal resource usage, we recommend using the original C implementation.

Getting Started

To install mnu globally on your system, run:

npm install -g mnu-client

How to Use It

Using mnu is straightforward. Just tell it which category and page you want to see:

mnu category:page

Try these examples:

mnu cli:git
mnu help

The .mn Syntax

We keep things structured so you can focus on writing. Here is how a .mn file looks:

  • .TITLE "text": Centered at the top, bold and underlined.
  • .DIV "text": A section header with nice padding.
  • Normal text: Just write! It wraps automatically with clean margins.
  • **bold**: For when you really need to highlight a command.
  • __underline__: For important terms or folders.

Navigation

Once you're in a document, you can move around using familiar keys:

  • j or ArrowDown: Scroll down
  • k or ArrowUp: Scroll up
  • d: Half page down
  • u: Half page up
  • g: Jump to the very top
  • G: Jump to the very bottom
  • h: Show help page
  • q: Quit and get back to your shell

Contributing

If you want to improve the mnu tool itself, check out CONTRIBUTING.md.

Please also review our Terms of Use regarding responsible use, privacy-preserving anonymous identifiers, and infrastructure safety.

To contribute new documentation pages or fix existing ones, please visit the MNU Pages repository.

License

MIT