Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuist/homebrew-tuist
Official Homebrew Tuist formula.
https://github.com/tuist/homebrew-tuist
homebrew tuist
Last synced: about 6 hours ago
JSON representation
Official Homebrew Tuist formula.
- Host: GitHub
- URL: https://github.com/tuist/homebrew-tuist
- Owner: tuist
- License: mit
- Created: 2023-04-08T20:50:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T12:18:34.000Z (25 days ago)
- Last Synced: 2024-10-29T12:57:01.113Z (19 days ago)
- Topics: homebrew, tuist
- Language: Ruby
- Homepage:
- Size: 115 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew [Tuist](https://github.com/tuist/tuist) Formula
This repository contains a formula for developers who prefer Homebrew to manage Tuist installation.
```sh
$ brew tap tuist/tuist
$ brew install tuist
```To change the current version of Tuist use the `link` subcommand with the `--overwrite` flag.
```sh
$ brew install [email protected] [email protected]
$ brew link --overwrite [email protected]
```## License
The formula is distributed under the [MIT License](./LICENSE).