https://github.com/borud/brewtool
Experimental tool for automatically generating homebrew recipe
https://github.com/borud/brewtool
Last synced: 8 months ago
JSON representation
Experimental tool for automatically generating homebrew recipe
- Host: GitHub
- URL: https://github.com/borud/brewtool
- Owner: borud
- License: apache-2.0
- Created: 2023-04-25T16:03:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T14:55:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T10:43:48.373Z (over 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brewtool
This is an experimental tool to make the `span.rb` file used in
. I might generalize this
a bit when i get around to it.
## Building
```shell
go build
```
## Example usage
```shell
bin/brewtool --owner lab5e --repo spancli gen --bin span --name foo --desc "Span command line client"
```