Package Information
- Last Updated
- Minimum Typst Version
- 0.13.0
- Authors
- chillcicada
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/tenv:0.1.22. Import in your Typst file
Add this to your .typ file:
#import "@preview/tenv:0.1.2": *tenv
Parse a .env content.
Usage
#import "@preview/tenv.typ:0.1.1": parse_dotenv
#let env = parse_dotenv(read(".env"))
Example
