This repo contains my custom devcontainer features.
| Feature | Description | 
|---|---|
| github-cli-persistence | Avoid extra logins from the Github CLI by preserving the ~/.config/ghfolder across container instances. | 
| terraform-cli-persistence | Avoid extra logins from the Terraform CLI by preserving the ~/.terraform.dfolder across container instances. | 
| aws-cli-persistence | Avoid extra logins from the AWS CLI by preserving the ~/.awsfolder across container instances. | 
| gcloud-cli-persistence | Avoid extra logins from the Google Cloud CLI by preserving the ~/.config/gcloudfolder across container instances. | 
| lamdera | Installs Lamdera, a type-safe full-stack web-app platform for Elm (v1.1.0 and later). | 
| mount-pnpm-store | Mounts the pnpm store to a volume to share between multiple devcontainers. | 
| gel-cli | Gel CLI (previously EdgeDB) via the official installation script. Includes the VSCode extension as well as a couple mounts for data persistence. |