4 releases
new 0.1.5 | Nov 30, 2024 |
---|---|
0.1.4 | Nov 30, 2024 |
0.1.3 | Nov 28, 2024 |
0.1.2 | Nov 28, 2024 |
#307 in Development tools
272 downloads per month
19KB
124 lines
rnpx
A faster way to run package.json scripts for pnpm/npm projects.
Are you tired of pnpm taking 500ms to startup biome which then takes under 50ms? So was I, so I made this thing, thats basically it.
Limitations because I wrote this in an hour
- Workspaces are not supported (currently)
- yarn is not supported (currently)
- yarn pnp is not supposed (might be annoying so very maybe on this)
- any fancy flags from npm/pnpm script running that you know and love is not here
Installation
Do you use arch? congratulations, use the provided ./arch-prepare.sh
and ./arch-pkg/PKGBUILD
to make your own package from a tagged commit, or use the released tarballs
Do you not use arch?:
cargo install rnpx --locked
Dependencies
~1.7–2.7MB
~52K SLoC