Wireit
Wireit upgrades your npm/pnpm/yarn scripts to make them smarter
Wireit is a productivity tool for npm scripts that adds smart caching, concurrency control, and dependency awareness without replacing your package manager. It wraps ordinary npm run commands with a declarative configuration describing inputs, outputs, and script relationships, then skips work when nothing has changed. Wireit can watch files, detect invalidated outputs, and propagate rebuilds through a graph of scripts, improving feedback loops in monorepos and complex apps. It persists...