devexlabs cli is a tool designed to facilitate the installation and use of command line tools.
Download the latest release:
curl -sL https://github.com/devexlabs/cli/releases/download/v0.1-alpha/cli -o ~/cli
sudo mv ./cli /usr/local/bin
Run init
command to choose and build docker with tools:
cli init
Dependencies:
Clone this repository:
git clone https://github.com/devexlabs/cli.git
Install dependencies:
go mod download
To build the binary run the command:
go build