Skip to content

Repository files navigation

devcontainer-features

One line in devcontainer.json. Your tools, ready to go.

CIReleaseLicense: MIT

Stop configuring developer devcontainer-features by hand in every container. Drop a feature reference into your devcontainer.json and get a consistent, reproducible environment — locally, in Codespaces, and in CI.

Features

atlas

Installs the Atlas CLI for managing database schemas as code.

{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainer-env/features/atlas:1": {},
},
}

Options

OptionTypeDefaultDescription
versionstringlatestSelect the version to install

psql

Installs psql, the PostgreSQL interactive terminal.

{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainer-env/features/psql:1": {},
},
}

Repository Structure

├── src
│ ├── atlas
│ │ ├── devcontainer-feature.json
│ │ └── install.sh
│ └── psql
│ ├── devcontainer-feature.json
│ └── install.sh

License

MIT — use it, fork it, extend it.

About

One line in devcontainer.json. Your tools, ready to go.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages