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

@opside-cloud/cli

v0.1.0

Published

Local generator for workspace-specialized Opside automation types and schemas.

Downloads

151

Readme

@opside-cloud/cli

The local authoring tool for Opside automations. It finds the enclosing Opside workspace Git repository, validates its strict YAML definition graph, and writes the disposable @opside-cloud/generated package used by TypeScript and editors:

npx @opside-cloud/cli generate
npx @opside-cloud/cli generate --watch
npx @opside-cloud/cli generate --check
npx @opside-cloud/cli mini-app scaffold --template blank --name appointment_request --label "Appointment request"

The generated package lives at node_modules/@opside-cloud/generated/{client,common,server}.ts plus one mini-apps/<name>.ts facade per authored mini app. It is derived output, not source: do not commit or edit it. --check performs no writes and exits with status 2 when output is missing or stale. Invalid definitions exit with status 1 and preserve the previous generated package. Usage errors exit with status 64.

The scaffold command copies a public E9.4 starter into repository YAML and React/TypeScript source without overwriting existing files or following a symbolic link in either destination chain. Exclusive no-follow file creation and exact-handle verification make the two-file operation roll back if its second path becomes unsafe. It invokes the same public SDK scaffold planner used by Cell's New mini app route; neither owns a private source builder. Build, preview, publish and repair remain in the validated repository/Cell management flow described in docs/mini-app-authoring.md.

Publication status

The package is publish-ready under Opside Cloud's proprietary UNLICENSED terms. The exact-ref release workflow builds, verifies, packs, clean-installs, hashes, and uploads the SDK and CLI tarballs without npm credentials. Public publication remains the standalone P9.E12.8 tail after npm access returns.