Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plume-lang/homebrew-plume
Plume Homebrew formula repository
https://github.com/plume-lang/homebrew-plume
homebrew homebrew-formula homebrew-tap programming-language
Last synced: 23 days ago
JSON representation
Plume Homebrew formula repository
- Host: GitHub
- URL: https://github.com/plume-lang/homebrew-plume
- Owner: plume-lang
- License: mit
- Created: 2024-04-17T20:38:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T15:13:45.000Z (7 months ago)
- Last Synced: 2024-10-04T21:42:27.826Z (about 1 month ago)
- Topics: homebrew, homebrew-formula, homebrew-tap, programming-language
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plume Formulae
This repository contains some package manager manifests to easily install Plume on various platforms.
## Usage for Homebrew
To install Plume using Scoop, you need to tap the repository first:
```shell
brew tap plume-lang/plume
```Then you can install Plume:
```shell
brew install plume
```