https://github.com/skyzyx/asdf-direnv
An asdf plugin for installing direnv/direnv.
https://github.com/skyzyx/asdf-direnv
asdf asdf-plugin asdf-vm direnv plugin
Last synced: 8 months ago
JSON representation
An asdf plugin for installing direnv/direnv.
- Host: GitHub
- URL: https://github.com/skyzyx/asdf-direnv
- Owner: skyzyx
- License: apache-2.0
- Created: 2019-09-11T00:03:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T00:39:21.000Z (over 6 years ago)
- Last Synced: 2025-04-01T18:15:19.658Z (about 1 year ago)
- Topics: asdf, asdf-plugin, asdf-vm, direnv, plugin
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-direnv
[](https://travis-ci.org/skyzyx/asdf-direnv)
[`direnv`](https://github.com/direnv/direnv) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
## Install
```bash
asdf plugin-add direnv https://github.com/skyzyx/asdf-direnv
```
## Use
Check out the [asdf](https://github.com/asdf-vm/asdf) README for instructions on how to install and manage versions of software.
## Credit
Most of this code is from [looztra/asdf-hadolint](https://github.com/looztra/asdf-hadolint), used under the Apache 2.0 license.