Crates.io | rnpx |
lib.rs | rnpx |
version | |
source | src |
created_at | 2024-11-28 08:57:17.207493 |
updated_at | 2024-11-30 01:53:49.515636 |
description | a faster runner for package.json scripts, think dash |
homepage | https://github.com/ultrabear/rnpx |
repository | https://github.com/ultrabear/rnpx |
max_upload_size | |
id | 1464051 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
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
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