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-13 00:07:22 +00:00
.github/workflows add feature stubs for all 2022-05-13 00:07:22 +00:00
.vscode add feature stubs for all 2022-05-13 00:07:22 +00:00
lib init (#1) 2022-05-09 18:16:15 -04:00
src add feature stubs for all 2022-05-13 00:07:22 +00:00
test add feature stubs for all 2022-05-13 00:07:22 +00:00
v1 fix chmod-bug (#4) 2022-05-11 14:54:44 -04:00
dev-containers-cli-0.1.0.tgz add feature stubs for all 2022-05-13 00:07:22 +00:00
gen.py add feature stubs for all 2022-05-13 00:07:22 +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

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