Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

2 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages