Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 716 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 716 Bytes

asdf-semtag

Semtag binary plugin for asdf

Install

Plugin

asdf plugin add semtag
# or
asdf plugin add semtag https://github.com/junminahn/asdf-semtag.git

semtag

# List all versions of a package
asdf list all semtag

# Install a specific version of a package
asdf install semtag <version>

# Install the latest stable version
asdf install semtag latest

# Set the package global version
asdf global semtag <version>

# Check the version
semtag --version

Please check asdf for more details.

License

See LICENSE ©Junmin Ahn