You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue outlining your problem?
I have searched the existing issues and they do not solve my problem.
Describe your issue.
Currently, Typst does not have a dedicated package manager. The current process for submitting new packages to their platform is to manually clone their package repository, add your package, and submit a pull request.
This makes it difficult for Catppuccin as it requires a maintainer to publish new versions. While #34 aims to make this process somewhat easier, it still requires a maintainer to push to a fork before submitting the pull request.
In the future, it might be beneficial to migrate to an unofficial package manager that supports publishing on our behalf. This may be via CI or manually running a CLI.
As of writing, there is one such project that aims to do this:
Is there an existing issue outlining your problem?
Describe your issue.
Currently, Typst does not have a dedicated package manager. The current process for submitting new packages to their platform is to manually clone their package repository, add your package, and submit a pull request.
This makes it difficult for Catppuccin as it requires a maintainer to publish new versions. While #34 aims to make this process somewhat easier, it still requires a maintainer to push to a fork before submitting the pull request.
In the future, it might be beneficial to migrate to an unofficial package manager that supports publishing on our behalf. This may be via CI or manually running a CLI.
As of writing, there is one such project that aims to do this:
In the event that more solutions arise, I will add them here.
The text was updated successfully, but these errors were encountered: