Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchyny/formulate
Homebrew formula managing script
https://github.com/itchyny/formulate
homebrew homebrew-formula
Last synced: 6 days ago
JSON representation
Homebrew formula managing script
- Host: GitHub
- URL: https://github.com/itchyny/formulate
- Owner: itchyny
- License: mit
- Created: 2019-03-19T16:52:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T11:26:48.000Z (12 months ago)
- Last Synced: 2024-10-12T06:09:12.792Z (about 1 month ago)
- Topics: homebrew, homebrew-formula
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# formulate
### Homebrew formula managing script## Usage
```shell
formulate create user/name # creates a new formula
formulate update name.rb # updates a formula
```## Installation
### Homebrew
```shell
brew install itchyny/tap/formulate
```### Download the script
```shell
curl -sSfLO https://raw.githubusercontent.com/itchyny/formulate/main/formulate && chmod +x formulate
```## Author
itchyny (https://github.com/itchyny)## License
This software is released under the MIT License, see LICENSE.