Wireit
Wireit makes your npm scripts smarter and faster with caching, file watching, and parallel execution.
Why consider Wireit?
Wireit is an open-source task orchestrator for npm and pnpm monorepos written in TypeScript by Google. Wireit upgrades standard package.json scripts with output artifact caching, dependency DAG execution, parallel processes, and smart incremental file watchers.
Learn Wireit by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Wireit
Wireit accelerates npm test and build scripts with smart dependency caching.
Quickstart
npm install -D wireit{ "scripts": { "build": "wireit" }, "wireit": { "build": { "command": "tsc", "files": ["src/**/*.ts"], "output": ["lib/**"] } }}Wireit is licensed under the BSD 3-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.