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.
- Host: GitHub
- URL: https://github.com/ecrax/packages
- Owner: ecrax
- Created: 2024-03-17T16:03:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T12:56:16.000Z (about 1 year ago)
- Last Synced: 2025-07-09T09:51:08.301Z (11 months ago)
- Language: Typst
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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": *
```