dum replaces npm run
.
Instead of waiting 200ms for your npm client to start, it will start immediately.
💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
If you are a Rust user:
bash
cargo install dum
Or download a release and move it to /usr/local/bin
manually.
PR welcome for adding a shell script so you can install dum
with a single curl
command.
```bash dum some-npm-script
dum some-npm-script --flags will --be forwareded
npm i
or yarn
or pnpm i
depending on the projectdum install # or dum i
dum add react vue -D
dum -c packages/sub-package build
dum --help ```
I want to try and learn Rust so I made this. Inspired by bun.
MIT © EGOIST