Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devcontainers-community/features-direnv

👩‍💻 Installs direnv
https://github.com/devcontainers-community/features-direnv

Last synced: 10 days ago
JSON representation

👩‍💻 Installs direnv

Awesome Lists containing this project

README

        

# direnv Dev Container Feature

📁 Installs direnv and sets up hooks

## Usage

```jsonc
// devcontainer.json
{
"features": {
"ghcr.io/devcontainers-community/features/direnv": {}
}
}
```

❓ Don't know what this ☝ means? Check out [this VS Code blog post].

### Options

You can set `version` to one of `latest`, `system`, or `N.N.N` to pin a specific version:

```jsonc
// devcontainer.json
{
"features": {
"ghcr.io/devcontainers-community/features/direnv": {
"version": "1.0.0"
}
}
}
```

[this vs code blog post]: https://code.visualstudio.com/blogs/2022/09/15/dev-container-features