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-marp-presentation

v1.2.3

Published

Create a new Marp presentation project with one command. Manage themes quickly and easily with the CLI.

Readme

Create Marp Presentation

Create beautiful presentations in Markdown. Zero setup.

Quick Start

npx create-marp-presentation my-presentation
cd my-presentation
npm run dev

That's it! Edit presentation.md and see changes live at http://localhost:8080.

VSCode Setup

For the best editing experience, install Marp for VSCode:

  1. Open VSCode
  2. Press Ctrl+Shift+X (or Cmd+Shift+X on Mac)
  3. Search "Marp for VSCode"
  4. Click Install

After installing, open any .md file and click the Marp: Preview button in the top-right corner.

What You Get

  • Markdown slides - Write presentations in plain text
  • Live preview - See changes instantly in browser
  • Export anywhere - HTML, PDF, PPTX with one command
  • Themes - Beautiful built-in themes, add more anytime
  • Static files - Images and assets copied automatically

Commands

| Command | What it does | |---------|--------------| | npm run dev | Live preview at http://localhost:8080 | | npm run build:all | Export to HTML, PDF, and PPTX | | npm run clean | Remove output folder |

Theme Management

Add and switch themes anytime.

Quick Theme Commands

npm run theme:add        # Interactive: select themes to add
npm run theme:add beam   # Add specific themes
npm run theme:list       # See what's available
npm run theme:set marpx  # Change active theme

When you create a project, you'll be prompted to add themes. Add more later with npm run theme:add.

See full theme documentation →

Local Development

To test without publishing to npm:

git clone https://github.com/echernyshev/marp-presentation-template.git
cd marp-presentation-template
npm install
npm test
node index.js test-project

Credits

This project includes themes adapted from the following sources:

Thank you to the original authors for their excellent work on Marp themes!

License

MIT