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-12 20:14:55 +00:00
.github/workflows restructure and update cli (#11) 2022-05-12 16:10:51 -04:00
lib init (#1) 2022-05-09 18:16:15 -04:00
src restructure and update cli (#11) 2022-05-12 16:10:51 -04:00
test restructure and update cli (#11) 2022-05-12 16:10:51 -04:00
v1 fix chmod-bug (#4) 2022-05-11 14:54:44 -04:00
dev-containers-cli-0.1.0.tgz restructure and update cli (#11) 2022-05-12 16:10:51 -04: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