babashka / obb

Ad-hoc ClojureScript scripting of Mac applications via Apple's Open Scripting Architecture.
Eclipse Public License 1.0
241 stars 5 forks source link

Release + packaging #3

Closed borkdude closed 2 years ago

borkdude commented 2 years ago

I suggest we publish a compiled artifact on Github releases so that we can make a brew package for it here:

https://github.com/babashka/homebrew-brew

And then people can install obb with brew install babashka/brew/obb.

See https://github.com/babashka/neil which is also exposed through this repo.

It might be nice to release automatically via Github actions when you push a tag (similar to how it's done for nbb).