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

@devory/cli

v0.5.1

Published

Devory CLI — formal command interface for Devory

Readme

@devory/cli

The Devory CLI is the repo-first command surface for Devory.

Use it to initialize a workspace, manage tasks and skills, run Devory, inspect configuration, operate governance mode, connect a local workspace to Devory Cloud, and prepare GitHub handoff artifacts.

Install Or Run

Global install is supported:

npm install -g @devory/cli

But for most day-one workflows, running with npx is enough:

npx @devory/cli init

What The CLI Is For

  • initialize a Devory workspace
  • create and validate tasks
  • move tasks through the lifecycle
  • operate deterministic governance and lifecycle transitions
  • bootstrap governance mode in one guided step
  • execute runs
  • inspect configuration, licensing, and cloud linkage
  • prepare or create PRs from review-ready work

Core Commands

| Command | Description | |---|---| | devory setup | Guided end-to-end onboarding for governance-mode workspaces | | devory init | Create the Devory workspace structure in the current repo | | devory task new | Create a backlog task | | devory task move | Move a task between lifecycle stages | | devory task validate | Validate task structure and required sections | | devory skill new | Scaffold a new skill directory and SKILL.md | | devory skill list | List discovered skills | | devory skill validate | Validate one skill or all skills | | devory run | Execute Devory against ready work | | devory worker | Run the long-lived worker loop for governance command polling | | devory artifacts | Build or inspect the artifact index | | devory config | Show resolved workspace and tier information | | devory license activate | Write a workspace license token | | devory license clear | Remove the local workspace license file and cache | | devory license status | Show resolved tier, key source, and fallback reason | | devory cloud status | Show local cloud session and workspace link status | | devory cloud login | Import a Devory cloud session into the current workspace | | devory cloud link | Bind the current workspace to a cloud workspace ID | | devory cloud logout | Remove the local cloud session without touching license activation | | devory sync status | Show sync status between local filesystem and the linked cloud workspace | | devory sync push | Push local artifacts and tasks to the linked cloud workspace | | devory sync pull | Pull cloud artifacts into the local filesystem | | devory pr-prep | Generate branch, commit, and PR description material from a task | | devory pr-create | Create a GitHub PR with explicit confirmation and token requirements | | devory improve | Persist a live improvement signal artifact | | devory diagnostics | Check self-hosted prerequisites such as workspace, license, and engine availability | | devory doctor | Run the first-line local health check | | devory governance init | Initialize a governance repository | | devory governance bind | Bind a working repo to a governance repo | | devory governance status | Show current governance binding status | | devory governance doctor | Diagnose governance readiness and command transport state | | devory governance enqueue-local | Queue a governance command into the local file fallback | | devory migrate | Copy supported local Devory assets into the bound governance repo |

Notes

  • devory run is a one-shot orchestrator pass.
  • devory worker is the runtime that polls and applies governance commands.
  • devory setup is the fastest way to get a new governance-mode repo wired end-to-end.
  • Cloud commands manage local session material and workspace linkage; they do not replace devory worker.
  • devory sync ... is the currently dispatched sync surface for Pro/Teams cloud artifact and task transfer after devory cloud ... has established credentials and workspace linkage.
  • Task generation from idea, post-commit handoff, and Show Work are VS Code surfaces; the CLI remains the explicit shell command surface.
  • Dry-run/cost estimate messaging is currently surfaced in VS Code run-start flow, not as a standalone CLI command.
  • Routing outcome ledger review is also a VS Code surface today via Devory: Show Routing Outcome Summary; the CLI remains the shell command surface.

Plans

User-facing plan names are Core, Pro, and Teams.