https://github.com/dtomasi/asdf-k3d
K3D plugin for the asdf version manager.
https://github.com/dtomasi/asdf-k3d
asdf asdf-plugin asdf-vm
Last synced: 3 months ago
JSON representation
K3D plugin for the asdf version manager.
- Host: GitHub
- URL: https://github.com/dtomasi/asdf-k3d
- Owner: dtomasi
- License: mit
- Created: 2021-12-31T07:34:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T09:07:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T21:24:26.097Z (8 months ago)
- Topics: asdf, asdf-plugin, asdf-vm
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-k3d [](https://github.com/dtomasi/asdf-k3d/actions/workflows/build.yml) [](https://github.com/dtomasi/asdf-k3d/actions/workflows/lint.yml)
[k3d](https://k3d.io) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add k3d
# or
asdf plugin add k3d https://github.com/dtomasi/asdf-k3d.git
```k3d:
```shell
# Show all installable versions
asdf list-all k3d# Install specific version
asdf install k3d latest# Set a version globally (on your ~/.tool-versions file)
asdf global k3d latest# Now k3d commands are available
k3d --version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/dtomasi/asdf-k3d/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Dominik Tomasi](https://github.com/dtomasi/)