marwanhawari / stew

🥘 An independent package manager for compiled binaries.
MIT License
193 stars 14 forks source link

Move the download artifact code to library #21

Closed cardil closed 7 months ago

cardil commented 1 year ago

I would like to reuse the code of the stew download artifact in my other tools. To accomplish this, the relevant code should be moved to the lib directory (better to call it a more standard pkg).

The lib code shouldn't rely directly on IO, but use interfaces.

marwanhawari commented 7 months ago

Closing for now. If you wanna take another stab at this, please open a PR.