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

ghclass

v2.0.3

Published

Utilities for working with classroom.github.com

Readme

ghclass

Run all tests Publish to NPM

These instructions will walk you through setup and downloading your students submissions. These instructions assume that you have already configured a classroom and you are ready to get your students submissions.

GitHub released and official cli for classrooms that you can use as an alternative.

Configure GitHub Authorization

You need to Setup the gh command line app first. AFTER you have followed the instructions you can confirm that set everything up correctly using the command gh auth status

> gh auth status
github.com
  ✓ Logged in to github.com as shanep (keyring)
  ✓ Git operations for github.com configured to use ssh protocol.
  ✓ Token: gho_************************************
  ✓ Token scopes: admin:public_key, gist, read:org, repo

After you have created your classroom on github and your students have all accepted their first assignment you need to download the roster (classroom_roster.csv) and place it in the directory that you want your repos downloaded to.

Installing

Once node and npm are installed you can install globally with npm install ghclass -g.

Using

After you have created your classroom on github and your students have all accepted their first assignment you need to download the roster (classroom_roster.csv).

class roster image assignment and org

$ ghc --help
Usage: ghc [options]

CLI downloader for github repositories created with classrooms.github.com

Options:
  -V, --version              output the version number
  -r, --roster <name>        File name of the class roster (ex. class_roster.csv)
  -o, --organization <name>  Name of your Github organization
  -a, --assignment <name>    Name of the assignment
  -h, --help                 display help for command

Groups

To download groups make sure and download your roster from classroom.github.com with group names. This tool should automatically detect that the roster has group names and will download the assignment into a folder named after the team.

group names

Demo

demo

Docs