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
Samruddhi Khandale a6af6a3d76
adding nvm option: nvmInstallPath (#20)
adding nvm option
2022-05-24 12:18:40 -07:00
.github/workflows fix bug: Release pipeline (#15) 2022-05-16 11:34:56 -07: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
dev-containers-cli-0.1.0.tgz fix terraform feature and new cli 2022-05-13 00:17:04 +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