3
0
Fork
You've already forked typst-package-template
0
A template to start your Typst package repositories from – fork for ERAA-internal packages
  • Shell 73.6%
  • Just 24%
  • Typst 2.4%
2026年04月22日 22:40:43 +02:00
.github/workflows [customize ERAA] add typship install instructions and change package namespace in readme; prepare for private template dependency installation in test workflow 2026年04月22日 22:40:43 +02:00
docs [customize ERAA] change organization in repo URLs 2026年03月05日 21:18:09 +01:00
gallery [customize] add gallery 2026年02月03日 16:05:40 +01:00
scripts [customize ERAA] change package prefix to eraa, adapt release workflow for private package use in the Typst app 2026年04月22日 22:40:41 +02:00
src initial commit 2024年05月19日 14:15:49 +01:00
tests [customize] replace visual default test case with an ephemeral one that can ideally handle testing on different Typst versions 2026年02月03日 16:05:40 +01:00
.gitignore [customize] change general package metadata: name for stub package, GH username & repo, etc. 2026年02月03日 16:05:40 +01:00
.typstignore [customize] add gallery 2026年02月03日 16:05:40 +01:00
CHANGELOG.md [customize ERAA] change organization in repo URLs 2026年03月05日 21:18:09 +01:00
Justfile [customize ERAA] add typship install instructions and change package namespace in readme; prepare for private template dependency installation in test workflow 2026年04月22日 22:40:43 +02:00
LICENSE [customize] change license to MIT 2026年02月03日 16:05:40 +01:00
README.md [customize ERAA] add typship install instructions and change package namespace in readme; prepare for private template dependency installation in test workflow 2026年04月22日 22:40:43 +02:00
thumbnail-dark.svg [customize] change general package metadata: name for stub package, GH username & repo, etc. 2026年02月03日 16:05:40 +01:00
thumbnail-light.svg [customize] change general package metadata: name for stub package, GH username & repo, etc. 2026年02月03日 16:05:40 +01:00
typst.toml [customize ERAA] change organization in repo URLs 2026年03月05日 21:18:09 +01:00

The PACKAGE Package

A short description about the project and/or client.

Template adaptation checklist

  • Fill out README.md
    • Change the PACKAGE package name, including code snippets
    • Check section contents and/or delete sections that don't apply
  • Check and/or replace LICENSE by something that suits your needs
  • Fill out typst.toml
  • Adapt Repository URLs in CHANGELOG.md
    • Consider only committing that file with your first release, or removing the "Initial Release" part in the beginning
  • Adapt or deactivate the release workflow in .github/workflows/release.yml
    • to deactivate it, delete that file or remove/comment out lines 2-4 (on: and following)

    • to use the workflow

      if configured correctly, whenever you create a tag v..., your package will be pushed onto a branch on the REGISTRY_FORK, from which you can then create a pull request against typst/packages

  • remove/replace the example test case
  • (add your actual code, docs and tests)
  • remove this section from the README

Getting Started

To add this package to your project, first download it using typship:

typship download https://codeberg.org/eraa/typst-PACKAGE -n eraa -c v0.1.0

Then you can use this:

#import"@eraa/PACKAGE:0.1.0":*...

Usage

See the manual for details.