v0.3.9
- feat(npm): add custom name package name ability
- feat(npm): add cargo feature handling node install
- chore(start): add graceful process shutdown
Whats Changed
You can now add a custom npm
package name to target instead of directly mapping 1:1 to the Cargo.toml project name.
Installs can mimic cargo feature
flags with npm.
Custom package name ex:
rust-to-npm build -n @myorg/rust-to-npm
Example using npm to install cargo features
npm i a11ywatch-cli --features=grpc