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 🙏

© 2025 – Pkg Stats / Ryan Hefner

create-modulo

v1.0.15

Published

Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA

Readme

create-modulo

Learn more at: https://ModuloHTML.org

Usage

Start a new project with:

npm init modulo 

Or specifying a name for your new project:

npm init modulo my-new-modulo-app

How to use

This starter project provides example usage for Modulo.

No installs needed: All HTML files are browser-friendly. Double-click on index.html to view!

Running commands

  1. Step 1: Bring up Dev tools (Right click, inspect, console)

  2. Step 2: Do you see [ᵐ°dᵘ⁄o] logo and a list of management commands? If there are too many warnings, consider hiding them. Look for a little arrow between [MAIN THREAD] and Object { }. Click on that arrow (and possibly a <prototype> arrow), to expand the full command menu.

  3. Step 3: Click the little arrow next to a command to run it, such as build or edit

Files to explore

  • Use files like app-example.html and static/components/App.html for examples of building single-page apps with Modulo

  • Edit static/index.html and static/components/ for Component and templating examples


Advanced

This template comes with Bash shell scripts and Node.js scripts so it's ready-to-go for server-side rendering and static-site generation.

Node.js

The template comes with a Node.js script, which can be used by using a shell wrapper (top, easier) or by invoking Node.js directly (bottom):

$ npm run modulo

Browser automation (requires install)

Firefox or Chromium browser automation is also pre-configured with both GUI and headless modes available, but usage will incur additional installations:

npm run install-browser firefox
npm run firefox-gui buildall
npm run firefox buildall

Available browsers for installation: firefox and chromium (via Playwright), and happy-dom (DOM-only)

Default build: The default build command will install firefox and run buildall