jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

Create a repository for download - ZipRepository #6

Closed jmoalves closed 3 years ago

jmoalves commented 3 years ago

GitRepository already exists.

How should we define the UrlRepository? Usually, we can't navigate in a tree using the HTTP protocol.

Changed the intent to a ZipRepository. We can point to a zip file using HTTP(S) protocol, download and extract it as a repo. Something like the GitRepository.

Some problems: