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

@growthub/cli

v0.13.0

Published

CLI control plane for Growthub Local and Agent Workspace as Code: export, fork, inspect, operate, sync, and optionally activate governed AI workspaces.

Readme

@growthub/cli

@growthub/cli is the local control plane for Growthub Local and Agent Workspace as Code (AWaC).

It turns repos, skills, starters, kits, and templates into governed Workspaces that can be exported, forked, inspected, operated by agents, kept current, and optionally connected to hosted authority. The Workspace is the top-level product object; the CLI is the executor that moves it through the lifecycle.

Start here: create a governed Workspace

Power-user one-liner that exports the official starter directly:

npx -p @growthub/cli@latest growthub kit download growthub-custom-workspace-starter-v1 --out ./my-workspace

Or the guided installer:

npm create @growthub/growthub-local@latest

After export, open the no-code Workspace Builder:

cd my-workspace/apps/workspace
npm install
npm run dev

Install (CLI only)

npm install -g @growthub/cli

Reference contracts: Workspace Config Contract V1 · Governed Workspace Topology V1 · Workspace Builder Runtime V1

CLI role in the governed workspace architecture

Growthub Local keeps the Workspace as the owned artifact: a forkable app, growthub.config.json, .growthub-fork/ lifecycle state, builder state, agent-readable contracts, and optional hosted authority.

The CLI is the machine-readable path through that architecture:

  • Export a starter, repo, skill, template, or worker kit into a local Workspace.
  • Register and inspect forks so customization carries identity, policy, and trace instead of becoming an untracked copy.
  • Operate ongoing lifecycle checks for workspace status, QA, deploy readiness, upstream drift, surface detection, and portal preparation.
  • Connect optional authority through Growthub auth, bridge-backed integrations, hosted agents, and capability activation when local value is already clear.
  • Expose the same contracts to agents and humans through structured commands, JSON output, skill manifests, helper scripts, and the Workspace Builder.

Profile-first setup (recommended)

The guided flow is profile-first before deeper harness/workflow choices:

npm create @growthub/growthub-local@latest -- --profile gtm
npm create @growthub/growthub-local@latest -- --profile dx
npm create @growthub/growthub-local@latest -- --profile workspace --out ./my-workspace

Discovery lanes

Main entry:

growthub discover

Core lanes:

  1. Worker Kits
  2. Templates
  3. Workflows
  4. Local Intelligence
  5. Agent Harness
  6. Settings / account connection

Main commands

growthub
growthub discover

growthub kit
growthub template
growthub workflow
growthub pipeline assemble

growthub open-agents
growthub qwen-code

growthub auth login
growthub auth whoami
growthub auth logout

Discovery

growthub discover

Example:

Open the interactive hub and choose a lane by outcome (kit/template/workflow/harness/auth).

Kits

growthub kit list
growthub kit inspect <kit-id>
growthub kit download <kit-id>

Compatibility examples used by package validation:

growthub kit list
growthub kit inspect creative-strategist-v1
growthub kit inspect growthub-open-higgsfield-studio-v1
growthub kit download creative-strategist-v1
growthub kit download growthub-open-higgsfield-studio-v1
growthub kit path creative-strategist-v1
growthub kit validate /absolute/path/to/kit

How local adapters use worker kits

  1. Download or resolve a kit path from the CLI.
  2. Point the agent working directory at the exported folder.
  3. Start a new session so the kit contract loads from CLAUDE.md.

Workflows + pipelines

growthub workflow
growthub pipeline assemble

Harnesses

growthub open-agents
growthub qwen-code

Account connection

growthub auth login
growthub auth whoami

Immediate value first, activation optional

You can get real local value without connecting a hosted account.

When ready, activate deeper hosted lanes:

Activate on Growthub First Month

Docs