Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 566 Bytes

File metadata and controls

26 lines (17 loc) · 566 Bytes

TeaVM Typst Plugin Example

A minimal example of a Typst plugin written in Java using TeaVM.

Requirements

Build

./gradlew dist

The output will be in plugin/build/dist.

Test

./gradlew check

This will build the plugin and run the examples/example.typ file using Typst.