Skip to content

getGuaka/guaka-cli

Repository files navigation

Guaka Generator

Build Status codecov Platforms

Guaka command line application generator app.

Read more about Guaka:

Installing

macOS

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

GNU/Linux

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

Build from source

  • Clone the repo
  • Run make build-project this generates bin/guaka
  • Copy bin/guaka to your bin folder

Contributing

Just send a PR! We don't bite ;)