Guaka command line application generator app.
Read more about Guaka:
You can install the Guaka generator CLI application in macOS with homebrew
brew install oarrabi/tap/guaka
Alternatively, you can install it using the installer script:
curl https://raw.githubusercontent.com/oarrabi/Guaka-Generator/master/scripts/install.sh -sSf | bash
Lastly you can install it by copying the binary from github and placing it in your path.
Go to https://github.com/oarrabi/Guaka-Generator/releases
If you are on GNU/Linux you can run the installer script:
curl https://raw.githubusercontent.com/oarrabi/Guaka-Generator/master/scripts/install.sh -sSf | bash
Alternatively, You can install it by copying the binary from github and placing it in your path.
Go to https://github.com/oarrabi/Guaka-Generator/releases
- Clone the repo
- Run
make build-project
this generatesbin/guaka
- Copy
bin/guaka
to your bin folder
Just send a PR! We don't bite ;)