Guaka command line application generator app.
Read more about Guaka:
You can install the Guaka generator CLI application in macOS with Homebrew:
brew install getguaka/tap/guaka
Alternatively, you can install it using the installer script:
curl https://raw.githubusercontent.com/getGuaka/guaka-cli/master/scripts/install.sh -sSf | bash
Lastly you can install it by copying the binary from GitHub and placing it in your path. Download the binary from https://github.com/getGuaka/guaka-cli/releases
If you are on GNU/Linux you can run the installer script:
curl https://raw.githubusercontent.com/getguaka/guaka-cli/master/scripts/install.sh -sSf | bash
Alternatively, you can install it by copying the binary from GitHub and placing it in your path. Donwload the binary from https://github.com/getGuaka/guaka-cli/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 ;)