rnpx

Crates.iornpx
lib.rsrnpx
version0.1.5
created_at2024-11-28 08:57:17.207493+00
updated_at2024-11-30 01:53:49.515636+00
descriptiona faster runner for package.json scripts, think dash
homepagehttps://github.com/ultrabear/rnpx
repositoryhttps://github.com/ultrabear/rnpx
max_upload_size
id1464051
size50,686
Alex H (ultrabear)

documentation

README

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
Commit count: 15

cargo fmt