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

@dypt/cli

v0.1.10

Published

Command-line interface for dypt task management

Readme

@dypt/cli

Command-line interface for dypt.

Install

npm install -g @dypt/cli

Requirements

  • Node ^22.20.0 or ^24.14.0
  • a dypt account with CLI access enabled
  • network access to https://dypt.app

Basic usage

Sign in

Authenticate the CLI with your dypt account:

dypt auth login
dypt auth status

List tasks

See tasks from your account:

dypt task list
dypt task list --limit 10

Create a task

Create a new task:

dypt task create "Follow up with customers"
dypt task create "Write release notes" --parent Work

Inspect a task

View a task and its details:

dypt task get 123
dypt task get 123 --json

Update a task

Change status, priority, due date, archive state, or parent:

dypt task update 123 --status "in progress"
dypt task update 123 --priority high
dypt task update 123 --deadline 2026-05-01T09:00:00Z
dypt task update 123 --parent Work
dypt task update 123 --parent root --preview
dypt task update 123 --position 0
dypt task update 123 --archive

Reorder tasks

Set visible sibling order from an explicit task list. Preview first for safe bulk changes:

dypt task reorder 71595 71594 71598 --preview
dypt task reorder 71595 71594 71598
dypt task reorder 71595 71594 71598 --parent Work

Dependencies and blockers are not changed by reordering; use dypt dep commands for execution dependencies.

JSON output

Most commands support --json for agent and automation use.

dypt task list --limit 10 --json
dypt task get 123 --json

Agent guidance

Install or inspect dypt agent guidance for supported AI coding tools:

dypt agent status
dypt agent install codex
dypt agent install claude

By default, dypt agent install installs the latest released dypt-cli skill from the public poyzer-tech/dypt-toolkit repository. It is safe to rerun: missing installs are created, managed unmodified installs are updated, and locally modified installs require an explicit --backup or --force.

For development or testing, install from a local toolkit checkout:

dypt agent install codex --source local --path /path/to/dypt-toolkit --dry-run

Print repo-level AGENTS.md / CLAUDE.md guidance, or append it explicitly:

dypt agent install-instructions
dypt agent install-instructions --append AGENTS.md

Support policy

  • the CLI is currently versioned as an early 0.x release, so command shape and output may still evolve
  • the JSON output mode is intended for agent and automation use, but consumers should still expect additive changes over time during the 0.x period
  • support for the published CLI is provided via dypt help and [email protected]

Support

If you need help using the CLI, visit dypt help or email [email protected].

License

This package is distributed under a custom proprietary license. See LICENSE.