Skip to content

Releases: norskeld/rsx

v0.2.1

09 Mar 19:49
Compare
Choose a tag to compare

Fixes

A couple of fixes for a slightly rushed v0.2.0 release:

  • Don't show -- in output when no <args> provided.
  • Fix overriding package manager from CLI (--npm, --yarn and --pnpm flags).

v0.2.0

09 Mar 17:52
Compare
Choose a tag to compare

Features

You can now pass arbitrary arguments to scripts. Just pass whatever you need after --:

sx dev -- --host

This will run (depending on the selected package manager; here is the default one, npm):

npm run dev -- --host

Other changes

Migrated from clap v3 to clap v4, refactored here and there.

v0.1.0

27 Oct 19:52
Compare
Choose a tag to compare

Initial implementation.