kcl-lang / kpm

KCL Package Manager
https://kcl-lang.io
Apache License 2.0
27 stars 44 forks source link

[LFX PreTest] Use the `Downloader` pattern to refactor the downloading dependencies from the git repo in kpm #344

Closed zong-zhe closed 4 months ago

zong-zhe commented 5 months ago

LFX PreTest

kpm currently supports downloading KCL packages from OCI Registry and Git Repo. The OCI Registry package download process was refactored some time ago using the Downloader pattern.

For more details:

Refactoring the downloading for KCL dependencies from the git repo via GitDownloader.

Peefy commented 4 months ago

Hey @Peefy, is this feature implemented ?

Yes.