A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own
Find a file
2022-05-25 18:03:04 +00:00
.github/workflows it was renamed 2022-05-25 18:03:04 +00:00
.vscode Update launch.json 2022-05-12 20:49:10 -04:00
lib init (#1) 2022-05-09 18:16:15 -04:00
src adding nvm option: nvmInstallPath (#20) 2022-05-24 12:18:40 -07:00
test add feature stubs for all 2022-05-13 00:07:22 +00:00
v1 adding nvm option: nvmInstallPath (#20) 2022-05-24 12:18:40 -07:00
devcontainers-cli-0.3.0.tgz update test build of cli 2022-05-25 17:51:28 +00:00
README.md Repo Structure 2022-05-12 20:14:55 +00:00
settings.env init (#1) 2022-05-09 18:16:15 -04:00
testCases.json example \testCases.json' 2022-05-13 00:43:32 +00:00

features

Repo Structure

.
├── lib
│   └── utils.sh
├── README.md
├── settings.env
├── src
│   ├── dotnet
│   │   ├── feature.json
│   │   └── install.sh
│   ├── go
│   │   ├── feature.json
│   │   └── install.sh
├── test
│   ├── dotnet
│   │   └── test.sh
│   └── go
│       └── test.sh