Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
/ deno-plugin Public archive

A proto WASM plugin for Deno.

License

Notifications You must be signed in to change notification settings

moonrepo/deno-plugin

Repository files navigation

Migrated to a new repository: https://github.com/moonrepo/tools

Deno plugin

Deno WASM plugin for proto.

Installation

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"

Configuration

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://..."

Hooks

Deno plugin does not support hooks.

Contributing

Build the plugin:

cargo build --target wasm32-wasi

Test the plugin by running proto commands.

proto install deno-test
proto list-remote deno-test

About

A proto WASM plugin for Deno.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages