🚀 Just released ultra-runner 2.0.0! Ultra fast script runner and build tool, with support for lerna, yarn and pnpm monorepos.
Folke Lemaitre
Posted on March 4, 2020
I've just released Ultra Runner 2.0.0 with lots of new features to run scripts and builds for monorepos.
✨ Highlights
- zero-config: works out of the box with your existing monorepo
- non-intrusive: no need to make any changes to your packages.json files
-
workspaces: detects packages in existing
lerna
,yarn
andpnpm
workspaces, or recusrively searches them -
ultra fast builds:
ultra
keeps track of file changes in your repo and only actuallybuild
a package when needed -
parallel builds:
ultra
builds your packages concurrently by default - workspace dependencies: workspace dependencies are automatically resolved and used for parallel builds
-
execute anything: one command to run package scripts,
node_modules
binaries or system binaries, recursively in your repository. -
faster script execution:
ultra
hijacks anynpm
,pnpm
,yarn
andnpx
calls for faster execution. -
concurrency within scripts: you can add optional configuration to
package.json
to run parts of a script in parallel. No need to change the actualscripts
- filtering: filter on package names or subdirectories
💖 💪 🙅 🚩
Folke Lemaitre
Posted on March 4, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
javascript I built an AI Tool to detect your facial expressions while you watch a video!
March 16, 2020