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

@autohq/cli

v0.1.200

Published

auto lets you program software factories the same way you program CI/CD.

Readme

auto

auto lets you program software factories the same way you program CI/CD.

Compose agents and triggers into workflows using simple YAML files, and deploy them into the cloud on merge. Anything that can be described in a standard operating procedure can become a chart of agents and triggers: ticket triage and resolution, automated incident response, custom-tailored code review, organized fleets of agents on long-horizon tasks, and more.

This package is the auto command-line interface: authenticate, apply resources, launch and attach to sessions, and manage your project from the terminal.

auto is an alpha project. Expect roughness around the edges.

Install

npm install -g @autohq/cli

This provides the auto command. (If you use Intuit's auto release tool, note that both packages install an auto binary.)

Get started

The fastest path is agent-driven onboarding. Paste this into a coding agent running in your repository (Claude Code, Cursor, Codex):

Session auto onboard --agent and follow the instructions it prints.

The agent walks you through sign-in, studies your repo, and installs a first workflow tailored to how your team works.

By hand:

auto auth login        # sign in (device flow)
auto apply             # apply .auto/ resources to your project
auto start <agent>         # launch a session; --attach to follow it
auto tui               # interactive dashboard

Session auto --help for the full command tree.

Accounts

Each signed-in account is stored under ~/.auto/accounts/, keyed by email and server; the active one is the activeAccount pointer in ~/.auto/config.yaml. Logging in to a second account never discards the first.

auto auth login                          # sign in (device flow) and store the account
auto auth list                           # list stored accounts
auto auth switch                         # pick the active account interactively
auto auth switch --user [email protected]  # switch without the prompt
auto auth remove [email protected]         # delete a stored account

When the same email is signed in on more than one server, add --server <url> to auth switch / auth remove to disambiguate.

License

Copyright Fractal Works. All rights reserved.

This package is distributed in compiled form for use with the auto platform, and its use is governed by the auto Terms of Service. You may install and session this package to access the auto service. No license is granted to copy, modify, reverse engineer, redistribute, or create derivative works of this software, in whole or in part, except as required by applicable law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.