criteo / command-launcher

A command launcher 🚀 made with ❤️
https://criteo.github.io/command-launcher
MIT License
35 stars 7 forks source link

Repository and packages refactoring #91

Closed s-binetruy closed 1 year ago

s-binetruy commented 1 year ago

To implement the commands able to manage the packages from the CLI.

The default repository does not use a persistent registry, that means the local and the dropin repositories use the same class. Three new classes have been created to take inti account some specific installation zipPackage, gitPackage and folderPackage. By the way it is easier to manage the package installation (means the code of the command is the same).

bhou commented 1 year ago

Close this PR, as it is merged to another branch in PR #94