Migrated to a new repository: https://github.com/moonrepo/tools
This plugin is built-in to proto, but if you want to override it with an explicit version, add the following to .prototools
.
[plugins]
deno = "source:https://github.com/moonrepo/deno-plugin/releases/download/vX.Y.Z/deno_plugin.wasm"
Deno plugin can be configured with a .prototools
file.
dist-url
(string) - The distribution URL to download Deno archives from. Supports{version}
and{file}
tokens.
[tools.deno]
dist-url = "https://..."
Deno plugin does not support hooks.
Build the plugin:
cargo build --target wasm32-wasi
Test the plugin by running proto
commands.
proto install deno-test
proto list-remote deno-test