Skip to content

devexlabs/cli

Repository files navigation

cli

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

devexlabs cli is a tool designed to facilitate the installation and use of command line tools.

Install

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

Development

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