lets-cli / lets

CLI task runner for developers - a better alternative to make
https://lets-cli.org
MIT License
76 stars 8 forks source link

add remote mixins #192

Open kindermax opened 2 years ago

kindermax commented 2 years ago

To be able to use shared lets configs we could introduce remote mixins

PoC would look like this

mixins:
 - lets.test.yaml
 - url: https://some.path.com/lets.lint.yaml
   version: v1

This will download this mixin in .lets dir and cache it

Thing to consider:

kindermax commented 2 years ago

mvp is in 49 version. Still a lot todo