Skip to content

A command line tool to generate Guaka command line tool

License

Notifications You must be signed in to change notification settings

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 ;)