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

@devkitvault/recall

v1.0.5

Published

recall CLI — cloud-synced command vault (JavaScript build for npm; no bundled native binary)

Readme

@devkitvault/recall

recall is a cloud-synced CLI command vault — save terminal commands once, search and run them from any machine.

Works with recall.devkitvault.com and the VS Code extension.

Requirements

Install

npm install -g @devkitvault/recall

Verify the install:

recall --version
recall doctor

Quick start

recall auth login
recall save "docker compose up -d" --name start-stack --tags docker
recall search docker
recall list
recall run start-stack

Run recall --help for the full command list.

Authentication

After recall auth login, your session is stored locally so you stay signed in between runs.

recall auth login      # sign in (browser or email/password)
recall auth logout     # sign out on this machine
recall auth whoami     # show the signed-in account

Prefer a standalone binary?

If you do not want Node.js, use the native installer instead — same commands, no runtime required:

  • macOS / Linux: curl -fsSL https://devkitvault.com/recall/install.sh | sh
  • Windows: irm https://devkitvault.com/recall/install.ps1 | iex

See devkitvault.com/recall for downloads and docs.

Update

npm update -g @devkitvault/recall

Troubleshooting

recall doctor          # check install, auth, and API connectivity
recall auth whoami     # confirm you are signed in

If something still fails, open an issue on GitHub or visit recall.devkitvault.com.

Links

| | | | --------- | ----------------------------------------------------------------------------------------- | | Website | devkitvault.com/recall | | Dashboard | recall.devkitvault.com | | VS Code | Marketplace | | Issues | github.com/devkitvault/recall |

License

MIT — see LICENSE. © devkitvault