PgBiel / glypst

Typst bindings for Gleam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glypst

Typst bindings for Gleam

Package Version Hex Docs

gleam add glypst
import glypst

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/glypst.

Development

nix develop # Install dependencies, incl. Gleam, Erlang and Typst, using the flake (optional)
gleam run   # Run the project
gleam test  # Run the tests (requires `typst` in the PATH)
gleam shell # Run an Erlang shell

About

Typst bindings for Gleam

License:MIT License


Languages

Language:Gleam 97.3%Language:Nix 2.4%Language:Typst 0.3%