Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toitlang/homebrew-toit
Use the Homebrew tap to easily get tooling for the Toit language on your Mac.
https://github.com/toitlang/homebrew-toit
homebrew tap toit
Last synced: 23 days ago
JSON representation
Use the Homebrew tap to easily get tooling for the Toit language on your Mac.
- Host: GitHub
- URL: https://github.com/toitlang/homebrew-toit
- Owner: toitlang
- License: mit
- Created: 2021-12-21T09:20:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T08:41:55.000Z (5 months ago)
- Last Synced: 2024-07-30T20:55:08.186Z (4 months ago)
- Topics: homebrew, tap, toit
- Language: Ruby
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Homebrew tap for the Toit language
This repository is a Homebrew tap for the [Toit language](https://toitlang.org).
## How do I install these formulae?
The easiest way to install the [Jaguar](https://github.com/toitlang/jaguar) development
environment for Toit using Homebrew is to do:``` sh
brew install toitlang/toit/jag
```Alternatively, you can use `brew tap toitlang/toit` and then `brew install jag`.
----
It is also an option to install via URL, but then you will not get any updates through Homebrew:
```
brew install https://raw.githubusercontent.com/toitlang/homebrew-toit/master/Formula/jaguar.rb
```