SourceDocs plugin for the asdf version manager.
bash
,curl
,tar
, and POSIX utilities.
Plugin:
asdf plugin add sourcedocs https://github.com/tuist/asdf-sourcedocs.git
sourcedocs:
# Show all installable versions
asdf list-all sourcedocs
# Install specific version
asdf install sourcedocs latest
# Set a version globally (on your ~/.tool-versions file)
asdf global sourcedocs latest
# Now sourcedocs commands are available
sourcedocs --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.