Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.38 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.38 KB

asdf-k3d Build Lint

k3d plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl: generic POSIX utilities.

Install

Plugin:

asdf plugin add k3d
# or
asdf plugin add k3d https://github.com/spencergilbert/asdf-k3d.git

k3d:

# 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 --help

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Spencer Gilbert