Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felangel/homebrew-mason
The official mason tap for homebrew
https://github.com/felangel/homebrew-mason
dart homebrew-formula homebrew-tap
Last synced: 28 days ago
JSON representation
The official mason tap for homebrew
- Host: GitHub
- URL: https://github.com/felangel/homebrew-mason
- Owner: felangel
- Created: 2021-02-21T05:56:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T04:14:12.000Z (about 2 months ago)
- Last Synced: 2024-10-08T10:21:54.578Z (about 1 month ago)
- Topics: dart, homebrew-formula, homebrew-tap
- Language: Ruby
- Homepage: https://github.com/felangel/mason
- Size: 75.2 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mason for Homebrew
This is the official [mason][mason_link] tap for [homebrew][homebrew_link].
Mac users can use these formulas to easily install and update mason.
## Initial Setup
If you don't have homebrew, install it from their [homepage][homebrew_link].
Then add this tap:
```sh
brew tap felangel/mason
```## Installing
To install mason:
```sh
brew install mason
```## Updating
To update `mason` run:
```sh
brew update
brew upgrade mason
```## Uninstalling
To uninstall `mason` run:
```sh
brew uninstall mason
brew untap felangel/mason
```[homebrew_link]: https://brew.sh/
[mason_link]: https://github.com/felangel/mason