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

toystack

v1.0.12

Published

![Toystack CLI](https://framerusercontent.com/images/6KcXakCf8FI9LB2mJXNjcHIreDA.png)

Readme

Toystack CLI

Toystack CLI

A powerful and intuitive command-line interface for seamlessly interacting with the Toystack platform — your modern cloud deployment solution.

Visit Toystack.ai to learn more.


📥 Installation

Install the Toystack CLI globally via npm:

npm install -g toystack

⚙️ Usage

Run the following command to view available options:

toystack

or

npx toystack

This will list all the available commands, including login, deploy, ls, and logout.


🚀 Commands

toystack deploy – Deploy Without Login

For React and Astro.js projects, you can deploy without logging in. This will deploy the project to the Toystack platform.

toystack deploy

or

npx toystack deploy

toystack login – Login to Toystack

Authenticate using your Toystack account. This will provide a link for logging in. Once logged in, you can use other commands.

toystack login

or

npx toystack login

toystack ls – List Repositories

Lists all the repositories that you have access to on the Toystack platform.

toystack ls

or

npx toystack ls

toystack deploy <repository-name> <branch-name> – Deploy Project

Deploy any repository that is active on the Toystack platform.

  • repository-name is the name of the repository you want to deploy (case sensitive).
  • branch-name is the branch you want to deploy (case sensitive).

If not provided, it defaults to the repository and branch of the current directory.

toystack deploy <repository-name> <branch-name>

or

npx toystack deploy <repository-name> <branch-name>

toystack logout – Log Out

Log out from your Toystack account.

toystack logout

or

npx toystack logout

🛠️ Additional Information

  • Ensure that you are in a directory with an active Git repository when using deployment commands.
  • For help with any command, use toystack <command> --help.

Happy deploying with Toystack! 🚀