Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pgbiel/glypst

Typst bindings for Gleam
https://github.com/pgbiel/glypst

Last synced: about 1 month ago
JSON representation

Typst bindings for Gleam

Awesome Lists containing this project

README

        

# glypst

Typst bindings for Gleam

[![Package Version](https://img.shields.io/hexpm/v/glypst)](https://hex.pm/packages/glypst)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glypst/)

```sh
gleam add glypst
```
```gleam
import glypst

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

Further documentation can be found at .

## Development

```sh
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
```