edouard-lopez / devcontainer-features

dev container features
https://containers.dev
MIT License
1 stars 1 forks source link

Helper libraries? #6

Open freol35241 opened 1 year ago

freol35241 commented 1 year ago

Hi, thank you for this feature!

I was wondering whether you have som future plans on also supporting the (optional) addition of helper librares such as bats-assert, bats-file etc?

Perhaps by providing further options to the existing feature (example below):

    "features": {
        "ghcr.io/edouard-lopez/devcontainer-features/bats:0": {
                        "bats-file": "v0.2.0",
                        "bats-assert": "v0.3.0"
                }
    }

If those options are not given explicitly by the user, then no installation should happen (i.e. preserving the current way this feature works, only installing bats-core).