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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@zuplo/cli

v6.64.53

Published

<p align="center"> <a href="https://zuplo.com"> <img src="https://portal.zuplo.com/zuplo.svg" height="96"> <h3 align="center">Zuplo</h3> </a> </p> <p align="center">Zuplo's API Gateway helps small and large teams get APIs to production that ar

Readme

Zuplo CLI

The command-line interface for Zuplo.

zuplo <command>

Commands:
  zuplo convert   Converts routes.json to routes.oas.json
  zuplo delete    Deletes the Zuplo API at the URL
  zuplo deploy    Deploys current Git branch of the current directory
  zuplo dev       Runs the Zuplo API locally
  zuplo list      Lists all deployed Zuplo APIs
  zuplo link      Links information from your Zuplo account to your local machine
  zuplo login     Authenticates the user
  zuplo test      Runs the tests under /tests against an endpoint
  zuplo openapi   OpenAPI commands (aliases: oas, open-api)
  zuplo project   Project management commands
  zuplo proxies   Proxy configuration commands
  zuplo source    Source code management commands
  zuplo tunnel    Tunnel commands
  zuplo variable  Variable commands

zuplo openapi

OpenAPI commands

Commands:
  zuplo openapi convert   Convert OpenAPI files between JSON and YAML formats
  zuplo openapi merge     Merge an OpenAPI file into your Zuplo project
  zuplo openapi overlay   Apply an OpenAPI Overlay to an OpenAPI document

Aliases: oas, open-api

zuplo project

Project management commands

Commands:
  zuplo project create  Creates a new project in your account

zuplo proxies

Proxy configuration commands

Commands:
  zuplo proxies create    Creates a new proxy configuration for a fleet
  zuplo proxies update    Updates an existing proxy configuration for a fleet
  zuplo proxies describe  Describes a proxy configuration for a fleet
  zuplo proxies delete    Deletes a proxy configuration for a fleet

zuplo source

Source code management commands

Commands:
  zuplo source upgrade          Updates your project structure to the latest conventions
  zuplo source migrate          Migration commands
    zuplo source migrate dev-portal  Migrates legacy dev portal configuration to new format

zuplo tunnel

Tunnel commands

Commands:
  zuplo tunnel create        Creates a new tunnel in your account
  zuplo tunnel delete        Deletes a tunnel in your account
  zuplo tunnel describe      Describes a tunnel in your account
  zuplo tunnel list          Lists the tunnels in your account
  zuplo tunnel rotate-token  Rotates the token for a tunnel in your account
  zuplo tunnel services      Tunnel services commands

zuplo tunnel services

Tunnel services commands

Commands:
  zuplo tunnel services describe  Describes the services for this tunnel
  zuplo tunnel services update    Updates the services for this tunnel

zuplo variable

Variable commands

Commands:
  zuplo variable create      Creates a new variable for a branch
  zuplo variable update      Updates an existing variable for a branch

Changelog

v3

  • Version 3 requires Node.js 20. Critical bug fixes will be provided for v2 (using Node.js 18) until September 30, 2024. We encourage you to upgrade to v3 as soon as possible.

v2

  • Removes the use of Deno's test runner. We now use the built-in test runner in Node.js. All features are preserved; however, the output of zuplo test follows the Node.js spec reporter.