nrr

Minimal, blazing fast npm scripts runner

GPL-3.0 License

Downloads
10.6K
Stars
157
Committers
6

Bot releases are hidden (Show)

nrr - v0.9.1

Published by ryanccn 5 months ago

Features

  • c360fbe Add installer script - Ryan Cao

Bug Fixes

  • 7d81dad (list) Remove extra newline at end of output - Ryan Cao

Refactor

  • 9235f68 Make shared util modules - Ryan Cao

Testing

  • 7fe789c (run) Add test for multiple arguments - Ryan Cao

Documentation

  • 7a46bb6 Complete GitHub Releases section - Ryan Cao
  • 16ab9b9 Add cargo-binstall support - Ryan Cao
  • e8d5c80 Update benchmark to include node --run - Ryan Cao

Build

  • 122bda0 Add aarch64-pc-windows-msvc target - Ryan Cao
nrr - v0.9.0

Published by ryanccn 6 months ago

Features

  • 7c1576e [breaking] Arbitrary command execution (#27) - Ryan Cao
  • b6d0d14 Add silent flag - Ryan Cao
  • e3ebf16 Adopt simd_json, drop zero-copy - Ryan Cao
  • 0adae88 Add binary artifacts and static builds (#31) - seth
  • fd8e1de Load environment files with -e/--env-file - Ryan Cao
  • 6aa164f (exec) Allow non-npm installed commands, adopt execvp on unix - Ryan Cao

Bug Fixes

  • ff7320e (exec) Never print information - Ryan Cao

Refactor

  • ed04295 Reduce duplication and improve organization - Ryan Cao

Performance

  • 6d187e6 Use itoa for integer formatting - Ryan Cao

Testing

  • a8a4859 Add integration tests - Ryan Cao

Documentation

  • 7eba97b Fix admonition syntax - Ryan Cao

Miscellaneous

  • 06ec194 Adopt cargo-auditable - Ryan Cao
  • d622834 Remove unused fns - Ryan Cao

Revert

  • 10aaa49 Don't use exec on unix - Ryan Cao