Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pgbiel/glypst
- Owner: PgBiel
- License: mit
- Created: 2024-03-11T22:51:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T23:47:50.000Z (9 months ago)
- Last Synced: 2024-04-04T01:07:22.453Z (9 months ago)
- Language: Gleam
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 glypstpub 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
```