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

https://github.com/ecrax/packages

A collection of my own Typst packages for local use.
https://github.com/ecrax/packages

Last synced: 4 months ago
JSON representation

A collection of my own Typst packages for local use.

Awesome Lists containing this project

README

          

# Packages
> A collection of my own packages for Typst

To use the packages, clone this repo at one of the following locations:

- `$XDG_DATA_HOME` or `~/.local/share` on Linux
- `~/Library/Application Support` on macOS
- `%APPDATA%` on Windows

and import it using the `local` namespace:
```
#import "@local/mypkg:1.0.0": *
```