Important
This plugin has been replaced by the official one, please migrate.
https://github.com/asdf-community/asdf-tuist
It takes the place of the default tuistenv
manager, which means that the commands explained at the Tuist Version Management Docs are not available. Use the standard asdf
/rtx
commands for those features.
If you enable legacy-version-file
in asdf
(asdf docs, on by default in rtx), it will read .tuist-version
files, and interoperate seamlessly with people using tuistenv
.
- macOS
bash
,curl
,unzip
: generic POSIX utilities.
Plugin:
asdf plugin add tuist
# or
asdf plugin add tuist https://github.com/cprecioso/asdf-tuist.git
tuist:
# Show all installable versions
asdf list-all tuist
# Install specific version
asdf install tuist latest
# Set a version globally (on your ~/.tool-versions file)
asdf global tuist latest
# Now tuist commands are available
tuist version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Carlos Precioso