Thumuss / utpm

A package manager for typst
MIT License
19 stars 2 forks source link

Command to download package #3

Closed ludwig-austermann closed 8 months ago

ludwig-austermann commented 9 months ago

I think it would be neat, if one could download a package from a repo. The features would be:

Thumuss commented 9 months ago

When someone want to publish their code, they push it on the official repo of packages and then you can import it without using any commands so I'm not sure that can be useful

Edit: Yes it can prevent downloading README and other things but that's it

ludwig-austermann commented 9 months ago

I have for instance a package: din-5008-letter, which I prefer not to publish on the official repo (yet). It is not polished yet, functionality is missing, design is not final and I don't want to bloat the repo. I also have some packages, which are private (template in UNI, work) and thus should not be made publicly available.

Anyway, with this functionality, an easy way to install unpublished packages would be achieved, which could be described as an installation method.

Thumuss commented 9 months ago

I see your point and yes it can be really good. I'm adding it at my todo list