https://aube.en.dev is a node.js package manager written in Rust (by the same guy who wrote mise). In the warm install benchmark, aube is 9.1x faster than pnpm and 4.1x faster than Bun. And the nice thing: It uses existing lockfiles, it reads and writes yarn.lock, pnpm-lock.yaml, or package-lock.json in place without forcing a team-wide migration.
So this would be so cool if I could tell swpm also to use aube. And: if my team uses e.g. pnpm, I'd like to configure my local swpm that it should use aube instead. Maybe something like a "use aube as replacement for [list package managers to be replaced here]" config?
https://aube.en.dev is a node.js package manager written in Rust (by the same guy who wrote
mise). In the warm install benchmark, aube is 9.1x faster than pnpm and 4.1x faster than Bun. And the nice thing: It uses existing lockfiles, it reads and writes yarn.lock, pnpm-lock.yaml, or package-lock.json in place without forcing a team-wide migration.So this would be so cool if I could tell swpm also to use aube. And: if my team uses e.g. pnpm, I'd like to configure my local swpm that it should use aube instead. Maybe something like a "use aube as replacement for [list package managers to be replaced here]" config?