2 releases
new 0.1.3 | Nov 28, 2024 |
---|---|
0.1.2 | Nov 28, 2024 |
#344 in Development tools
18KB
118 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.6–2.7MB
~51K SLoC