davidebriani / asdf-d2

D2 plugin for the asdf version manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-d2 Build Lint

d2 plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add d2
# or
asdf plugin add d2 https://github.com/davidebriani/asdf-d2.git

d2:

# Show all installable versions
asdf list-all d2

# Install specific version
asdf install d2 latest

# Set a version globally (on your ~/.tool-versions file)
asdf global d2 latest

# Now d2 commands are available
d2 --version

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 © Davide Briani

About

D2 plugin for the asdf version manager.

License:MIT License


Languages

Language:Shell 100.0%