ludwig-austermann / typ-pack

Tool to package typst packages for publishing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typpack

A Tool to package a typst package for publishing.

How to use

Run the script inside your package with nushell. Add the following to typst.toml:

...
[packaging]
include = []
prescript = ...
postscript = ...

where you can include the files to include besides the default files.

The README.md files gets {{PACKAGE VERSION}} replaced by the package version as given by the typst.toml.

About

Tool to package typst packages for publishing


Languages

Language:Nushell 100.0%