Skip to content

spencergilbert/asdf-k3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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