Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devcontainers-community/features-direnv
- Owner: devcontainers-community
- License: mit
- Created: 2023-08-17T19:19:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T20:16:53.000Z (over 1 year ago)
- Last Synced: 2024-11-06T05:34:24.736Z (about 2 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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