https://github.com/asdf-community/asdf-tuist
Tuist CLI plugin for the asdf version manager [maintainer=@fortmarek, @pepicrft]
https://github.com/asdf-community/asdf-tuist
asdf asdf-plugin
Last synced: 4 months ago
JSON representation
Tuist CLI plugin for the asdf version manager [maintainer=@fortmarek, @pepicrft]
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-tuist
- Owner: asdf-community
- License: mit
- Created: 2023-10-31T18:52:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T05:21:40.000Z (9 months ago)
- Last Synced: 2025-09-25T07:14:33.323Z (9 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/tuist/tuist
- Size: 43.9 KB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-tuist [](https://github.com/tuist/asdf-tuist/actions/workflows/build.yml) [](https://github.com/tuist/asdf-tuist/actions/workflows/lint.yml)
[tuist](https://docs.tuist.io) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add tuist
# or
asdf plugin add tuist https://github.com/tuist/asdf-tuist.git
```
tuist:
```shell
# 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 --help
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/tuist/asdf-tuist/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Tuist](https://github.com/tuist/)