Hi! I've created a devcontainer feature that installs beans automatically in a dev container:
👉 https://github.com/sebatec-eu/devcontainer-features/tree/main/src/setup-beans
It can be used like this:
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/sebatec-eu/devcontainer-features/setup-beans:1": {}
}
}
This makes beans available immediately inside the container for both the developer and any coding agent so that no manual installation is needed.
Would you consider adding a mention of it in the Installation section of the README? Happy to open a PR for that if you'd like.
Hi! I've created a devcontainer feature that installs beans automatically in a dev container:
👉 https://github.com/sebatec-eu/devcontainer-features/tree/main/src/setup-beans
It can be used like this:
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/sebatec-eu/devcontainer-features/setup-beans:1": {} } }This makes beans available immediately inside the container for both the developer and any coding agent so that no manual installation is needed.
Would you consider adding a mention of it in the Installation section of the README? Happy to open a PR for that if you'd like.