cprecioso / asdf-tuist

asdf / rtx plugin for Tuist.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

This plugin has been replaced by the official one, please migrate.
https://github.com/asdf-community/asdf-tuist


asdf-tuist Build Lint

tuist plugin for the asdf and rtx version managers.

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.

Contents

Dependencies

  • macOS
  • bash, curl, unzip: generic POSIX utilities.

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Carlos Precioso

About

asdf / rtx plugin for Tuist.io

License:Apache License 2.0


Languages

Language:Shell 100.0%