Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cprecioso/asdf-tuist
asdf / rtx plugin for Tuist.io
https://github.com/cprecioso/asdf-tuist
asdf asdf-plugin rtx swift tuist xcode
Last synced: 3 months ago
JSON representation
asdf / rtx plugin for Tuist.io
- Host: GitHub
- URL: https://github.com/cprecioso/asdf-tuist
- Owner: cprecioso
- License: apache-2.0
- Archived: true
- Created: 2023-06-12T09:15:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T11:43:58.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:17:00.368Z (7 months ago)
- Topics: asdf, asdf-plugin, rtx, swift, tuist, xcode
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tuist - asdf-tuist
README
> [!IMPORTANT]
> This plugin has been replaced by the official one, please migrate.
> https://github.com/asdf-community/asdf-tuist
>---
# asdf-tuist [![Build](https://github.com/cprecioso/asdf-tuist/actions/workflows/build.yml/badge.svg)](https://github.com/cprecioso/asdf-tuist/actions/workflows/build.yml) [![Lint](https://github.com/cprecioso/asdf-tuist/actions/workflows/lint.yml/badge.svg)](https://github.com/cprecioso/asdf-tuist/actions/workflows/lint.yml)
[tuist](https://tuist.io/) plugin for the [asdf](https://asdf-vm.com) and [rtx](https://rtx.pub) version managers.
It takes the place of the default `tuistenv` manager, which means that the commands explained at the [Tuist Version Management Docs](https://docs.tuist.io/guides/version-management) are not available. Use the standard `asdf`/`rtx` commands for those features.
If you enable `legacy-version-file` in `asdf` ([asdf docs](https://asdf-vm.com/manage/configuration.html#legacy-version-file), on by default in rtx), it will read `.tuist-version` files, and interoperate seamlessly with people using `tuistenv`.
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- macOS
- `bash`, `curl`, `unzip`: generic POSIX utilities.# Install
Plugin:
```shell
asdf plugin add tuist
# or
asdf plugin add tuist https://github.com/cprecioso/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 version
```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/cprecioso/asdf-tuist/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Carlos Precioso](https://github.com/cprecioso/)