calcite 0.1.1

A library to create deno plugins
Documentation

Calcite

Calcite is a library for easily creating deno plugins.

Getting Started

Refer the docs

Examples

To run the examples do

cargo build --example sync
deno run --unstable --allow-plugin --allow-read --allow-write examples/sync.ts
cargo build --example async
deno run --unstable --allow-plugin --allow-read --allow-write examples/async.ts