Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.