Devtools Utilities is a grouped entry for smaller CLI and workflow packages that support local development, monorepo automation, package orchestration, and command execution.
These utilities are better shown as a family than as a dozen tiny cards. The point is the pattern: repeated development workflows become reusable packages instead of one-off scripts.
Developer productivity work compounds when common operations become tools. Listing packages, installing dependencies, finding binaries, generating types, running commands, ordering package builds, and coordinating tasks are all small pieces of a larger automation system.
@davidwells/smart-log and @davidwells/box-logger.| Package | Purpose | Status |
|---|---|---|
@davidwells/cli-typegen | Generate types for a project. | local / unreleased |
@davidwells/package-build-order | Compute package build order in a workspace. | local / unreleased |
@davidwells/task-runner | Run tasks in parallel or sequence. | local / unreleased |
@davidwells/packages-list | List packages in a directory. | local / unreleased |
@davidwells/packages-installer | Detect package managers and install dependencies. | local / unreleased |
@davidwells/cli-runner | Run CLI commands from reusable code. | local / unreleased |
@davidwells/get-bin-path | Resolve paths to binaries. | local / unreleased |
@davidwells/graceful-exit | Standardize graceful Node.js exits. | public package |
@davidwells/wifi-utils | Utility helpers for local network workflows. | public package |