From 3eb1c3f31ad4697c9b9224a98958aaabdc0bb0a7 Mon Sep 17 00:00:00 2001 From: Alexandre Proulx Date: Thu, 10 Jul 2025 11:15:30 -0400 Subject: [PATCH] docs: add asdf Dev Container Feature to community projects Adds information about the asdf Dev Container Feature to the community projects documentation. This feature allows installing asdf in any dev container, works with both pre-0.16.0 and 0.16.0+ versions, and can auto-install tools from .tool-versions file. --- docs/more/community-projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/more/community-projects.md b/docs/more/community-projects.md index 22e982b5e..fca718bed 100644 --- a/docs/more/community-projects.md +++ b/docs/more/community-projects.md @@ -7,6 +7,8 @@ Here are some community projects related to `asdf`: - [asdf dev container](https://github.com/iloveitaly/asdf-devcontainer): A [GitHub Dev Container](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) supporting asdf managed tools in GitHub Codespaces. +- [asdf Dev Container Feature](https://github.com/Alegrowin/devcontainer-features/): A Dev Container Feature that installs asdf in any dev container. + It works with pre 0.16.0 and 0.16.0+. If user Opt-in auto-install, it will automatically install tools from `.tool-versions. ::: warning Note