This is a bucket for Scoop, the Windows command-line installer.
This bucket contains various unofficial Typst tools:
-
Writing
-
Conversion and generation
-
Package development
-
Miscellaneous
- typst-ts-cli, for running in JavaScriptWorld
- typst-upgrade, for upgrading typst packages
- typstscript, for creating screenplays
-
Extensions
- mdbook-typst-highlight, for highlighting typst code in mdBook
Run the following:
scoop bucket add typst-community https://github.com/typst-community/scoop-bucket
scoop install typst-community/⟨tool-name⟩
# For example:
# scoop install typst-community/tinymist
Note
The official Typst compiler is not included in this bucket. You can install it from the Main bucket instead:
scoop bucket add main
scoop install main/typst
To make a new manifest contribution, please read the Contributing Guide and App Manifests wiki page.