8 releases
0.2.6 | Jan 29, 2021 |
---|---|
0.2.5 | Nov 26, 2020 |
0.2.4 | Sep 22, 2020 |
0.2.1 | Aug 28, 2020 |
0.1.1 | Jul 21, 2020 |
#44 in #ts
27 downloads per month
10KB
64 lines
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-all examples/sync.ts
cargo build --example async
deno run --unstable --allow-all examples/async.ts
Example libraries created using calcite
- tinyfiledialogs-deno: A port of tinyfiledialogs-rs for use in Deno
lib.rs
:
Calcite
Calcite is a library to create deno plugins.
Refer the docs
Dependencies
~54MB
~1M SLoC