You can simply fork this repo and work on it on your own. Feel free to PR if this repo is still active !
If you plan to distribute your version of the package, please make sure you pay respect to both Typst packages guidelines and École polytechnique corporate identity.
Check out Typst packages repo to learn more about packages release pipeline.
I personally suggest the following steps :
-
fork the Typst packages repo
-
in the root directory, for every
x.y.z
version (if themain
branch currently contains thex.y.z
release) :git subtree add --prefix=packages/preview/typographix-polytechnique-reports/x.y.z [email protected]:remigerme/typst-polytechnique.git main
You may need to pull sometimes (if the release wasn't fully ready) :
git subtree pull --prefix=packages/preview/typographix-polytechnique-reports/x.y.z [email protected]:remigerme/typst-polytechnique.git main
-
PR your fork to publish the package.
You do not need to squash the commit history at anytime because Typst packages will do it on merge.