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

shopkeep

v0.4.0

Published

A global CLI tool for starting any project

Readme

Background image credit to emre

Table of Contents

Installation

Option 1 - Global Install From NPM:

npm i -g shopkeep

The Shopkeep CLI will then be available globally. Just type shopkeep into your terminal and follow the on screen prompts to bootstrap your project!

You will need to install Apache's Subversion to get this method to work. Subversion is required to be able to specifically extract only the chosen directories from this repository rather than forcing you to clone the entire repo.

Option 2 - Git Clone:

git clone https://github.com/shopkeepjs/shopkeepjs.git

Clone this repo into your folder of choice and cherry pick the features you want from the /store folder.

Features

  • Can framework as much or as little as you like
  • Uses many front end web frameworks including VanillaJS and React
  • Includes various examples for backend needs, ranging from a simple frame
  • Continuous Integration and Deployment with Github Actions and Docker images

In order to use the github feature of creating a new repo on Github, you will need to have gh installed on your system. If you don't have gh, you can still request that the project can become a new git project and it will set up your branches, origins and do an initial commit.

Upcoming Features

  • Vue and Svelte projects
  • Apollo (including various client side implementations!)
  • FeathersJS
  • A custom CSS toolkit

FAQ

I'm getting an error message about Subversion - what's the deal?

Apache's Subversion is required to use Shopkeep. It was a tough decision to make between requiring a 3rd party installation or requiring every user to clone this entire repo, selectively cherry pick the requested frameworks and then delete everything that was no longer needed. I welcome any feedback regarding this requirement.

I'm getting an error message about requiring GH - what's the deal?

Along the same lines as Subversion, there needed to be some way to create a new repo via the command line. GH is the least intrusive and, in my opinion, best option. Just like with Subversion - I welcome all feedback regarding this design choice.

Why even create this with so many other options out there?

Everyone has their own way of starting a project, and no one solution fit perfectly with what I was looking for. As soon as I thought of the name Shopkeep, I knew I needed to make something that worked for me . Use whatever solution makes the time spent from idea to code the shortest possible!

Can I suggest a framework/module/technology for you to adapt in?

Absolutely! Just open an issue with the recommendation tag and I will respond. The time it takes might depend on how much I already know and how complicated of a tool it is, but I am always open to learning and trying new things out. If you think you fit my design style, you can always implement this yourself and submit a pull request and I will take a look!

I mostly like what you've done, but I want to tweak a few things. Can I fork this and use it myself?

Of course you can! I initially made this tool primarily for myself, but have released it to the wild to help anyone. Take it, change it, morph it and squash it to your heart's desire.