This repository has moved to
Hebilicious/proto-plugins
and is kept only as an archive.
Nushell WASM plugin for proto.
This plugin installs the official prebuilt Nushell release archives from
nushell/nushell.
Add the following to .prototools:
[plugins]
nu = "github://hebilicious/proto-plugins/nu"
[tools.nu]
version = "0.112.2"
Or add it explicitly:
proto plugin add nu github://hebilicious/proto-plugins/nu
# install latest stable release
proto install nu
# install a specific version
proto install nu 0.112.2
# run Nushell
proto run nu -- --version
proto run nu -- -c 'version | get version'
The plugin checks version files in this order:
.nu-version.nushell-versionSupported formats:
0.112.2
nu-0.112.2
stable
nu_plugin_* binaries. The pluginnu executable..zip archive, not the .msi installer.rustup target add wasm32-wasip1
cargo build --target wasm32-wasip1
cargo test
./tests/e2e/run.sh
This repository uses release-plz to manage
version bumps and release pull requests.
Merging changes into main updates or creates the automated release PR.
Merging that release PR creates the version tag, and the same main workflow
publishes the GitHub release artifact for that tag.