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

oathready

v1.2.0

Published

Practice for the Canadian citizenship test in your terminal. Mock tests, flashcards, a browsable question bank, and a local streak. No network, no accounts, no tracking.

Readme

oathready

Practice for the Canadian citizenship test in your terminal.

npx oathready

That's it. A 20-question mock test from a verified bank of 393 questions based on the official Discover Canada study guide, with instant explanations for every answer and a pass mark of 15/20, same as the real thing. Flashcards, a shared daily question, and the full browsable bank are one subcommand away.

A terminal mock test: answering citizenship questions with arrow keys, instant explanations after each answer, finishing PASS 3/3

Why

I built OathReady while studying for my own Canadian citizenship test. This is the terminal version: same question bank, zero setup, works offline. If you are one of the many engineers who moved here through Express Entry and your test is coming up, this is for you.

Usage

npx oathready               20-question mock test (the default)
npx oathready daily         today's question, the same one for everyone
npx oathready flashcards    flip cards and grade yourself; misses come back
npx oathready one           a single random question
npx oathready list          the whole bank with answers (pipe to less or grep)

Every command takes --topic <slug>, and the quiz and flashcard modes take --count <n>:

npx oathready --topic law --count 5
npx oathready flashcards --topic history
npx oathready list | grep -A5 "Vimy"

Topics: history, government, geography, rights, symbols, economy, law. Add --no-color for plain output (NO_COLOR is respected too).

Use the arrow keys (or j/k) and Enter, or just press a/b/c/d. In flashcards, any key flips the card, then y means you knew it and n sends it back into the deck. q quits anywhere.

Privacy

No network, no analytics, no accounts. The questions ship inside the package, so it works on a plane. The only thing it writes is ~/.oathready.json, a local file with your played dates and best score so your streak survives between runs. Delete it any time.

The bigger picture

  • Full practice with progress tracking, weak-topic drills, streaks, duels, and every province's questions: oathready.ca
  • Using Claude, ChatGPT, or another MCP client? Add the OathReady MCP server and your assistant becomes a quizmaster: oathready.ca/developers

License

MIT. Question explanations are original writing based on the public Discover Canada study guide.