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

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

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"
```