An open API service indexing awesome lists of open source software.

https://github.com/http4k/toolbox-cli

This repository stores the released binaries for the http4k CLI.
https://github.com/http4k/toolbox-cli

Last synced: 2 months ago
JSON representation

This repository stores the released binaries for the http4k CLI.

Awesome Lists containing this project

README

          

# http4k Toolbox CLI

This repository stores the released binaries for the [http4k](https://http4k.org) CLI.

### Install via SDKman!
SDKMan! provides package management for Unix-based systems.

To install SDKMan!, just paste the following into your terminal:

```curl -s https://get.sdkman.io | bash```

After installation, bootstrap SDKMan! by opening a new terminal:

```source "$HOME/.sdkman/bin/sdkman-init.sh"```

To install the latest http4k Toolbox binary:

```sdk install http4k```

... then test it with:

```http4k --version```

### Install via Brew
Brew is the "missing package manager for MacOS.

To install Brew, just paste the following into your terminal:

```/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"```

To install the latest http4k Toolbox binary:

```brew tap http4k/tap && brew install http4k```

... then test it with:
```http4k --version```