jmoalves / levain

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

Handle levain files from command line #92

Open jmoalves opened 3 years ago

jmoalves commented 3 years ago

Allow commands (shell, install) to receive levain files directly from the command line.

Examples:

levain install C:\Users\userid\myPackages.levain.yaml eclipse S:\Company\company.levain.yaml vscode

It could be handled as a FileSystemRepository with a single file/package.

OPTIONAL: We should monitor updates on these files as well.

jmoalves commented 3 years ago

Also #47