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

mastors

v1.2.7

Published

Mastors – A professional-grade, scalable frontend SCSS utility ecosystem

Readme

mastors

The Mastors interactive installer — pick and install @mastors/* packages with a single command.

npm version license


Overview

mastors is the entry-point package for the Mastors ecosystem. It ships the interactive CLI (npx mastors) that lets you browse and install any @mastors/* package with arrow keys and a single keypress — no copy-pasting install commands required.

@mastors/core is always installed. Optional packages (@mastors/gridder, @mastors/flexer) are toggled with Space and installed together on Enter.


Quick Start

npx mastors

No install needed — just run it. The interactive picker launches immediately.

════════════════════════════════════════════════════════════
✦  Mastors  —  Package Manager
Select packages to install alongside Core
════════════════════════════════════════════════════════════
· Space to Select | Enter to Install
  ● @mastors/core [Tokens, mixins, functions & SCSS architecture] [included]
> ○ @mastors/gridder [Mastors Grid utility]
  ○ @mastors/flexer [Mastors Flexbox utility]

Controls:

  • / — move cursor
  • Space — toggle an optional package
  • Enter — install selected packages
  • Ctrl+C — exit

Installation

Installing mastors directly is optional — npx mastors works without it. Install it if you want the postinstall welcome message when setting up a new project:

npm install mastors
# or
pnpm add mastors
# or
yarn add mastors

On install, a welcome banner is printed listing available packages and the npx mastors command.


What Gets Installed

@mastors/core is always included — it is the required foundation for the entire ecosystem.

Optional packages selected in the CLI are installed alongside it in a single npm install / pnpm add / yarn add call. The CLI auto-detects your package manager (pnpm → yarn → npm).


Package Manager Detection

The CLI checks for your package manager in this order:

  1. pnpm — if pnpm --version succeeds
  2. yarn — if yarn --version succeeds
  3. npm — fallback

Related Packages

| Package | Description | |---|---| | @mastors/core | Tokens, mixins, functions, reset, responsive engine | | @mastors/flexer | Flexbox utility classes + authoring mixins | | @mastors/gridder | CSS Grid utility classes + authoring mixins |


Changelog

v1.2.1

  • Fix: @mastors/core is now always installed when pressing Enter. Previously the required flag caused it to be skipped — the filter condition !p.required && p.selected was corrected to p.required || p.selected.

v1.2.0

  • Added: Interactive CLI (npx mastors) — arrow-key navigation, Space to toggle, Enter to install, auto package-manager detection, thank-you message on completion.

License

MIT © Mastors Contributors