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

makersetter

v1.0.1

Published

An app that makes apps that makes apps.

Readme

#makerSetter

Personal Template Maker, or something

super alpha level

What it is.

Do you make a lot of similar apps? If so then I assume you most likely have a template or two that you use to make your apps. Well this cli tool allows you to copy your template and then you will be able to build your own little bootstrapped template with a single command of your choosing.

makerSetter allows you to take all of the contents of a directory, in most cases your template, and allow the reproduction with a single command. (also you get to make the name of your new cli tool, so essentially if you have never made a node_module or zsh, sh, bash script you still get to say that you make terminal scripts!)

also please let me know if you have seen something similar, [email protected] or at github.com/thomchester

User Guide

I wont bore you, if you want to learn why I made this, you can read it at the end... yeah right.

first things first

you are going to need node. If you have node skip this section.

do you have homebrew? if(answer='yes'){ great then just do this: sh brew install node }else{ then go here: https://nodejs.org/en/ }

now that you have node just do this:

npm install -g makerSetter

##Good you downloaded it, dont I look good now Now that you have it I will show you how to use it.

cd into what ever directory you want to store your new cli tool.

cd ~/your/path/etc

then you are going to make the big move:

makerSetter -p /path/of/you/template -n newName

Okay a couple of things to keep in mind.

  1. After the -p (path) you put in that path you want it, however you do not put in your home directory into it, it does that for you. (I was tired of typing my home dir).

2)you start your path with a "/", why you may ask, cause I feel like it.

3)It is looking for a global path so it wont really understand ../|./ etc.

4)newName is the new command you want to use every time you want to create your new template, name it something dope.

Okay now that you have run it, there are a couple of steps before you can run it

  1. cd into your new directory
cd /newly/created/app/newName

2)install dependencies

npm install

3)install globally

npm install -g

great you made it.

##wait, what? how do I use it now? now if you want to make a copy of your template just:

newName -n whatEverYouWantToCallYourNewProject

it will create a copy in what ever directory you called it from!

##You don't have to read now. I really only created this because why not.

I was making an app, and thought I want an app that makes apps. Then I was like I want an app that makes apps that makes apps. I thought about one more derivation and realized that wouldn't help me.

Any I will probably add more about history later.