How to Install cobra in Ubuntu 18.04



Install cobra by entering the following commands in the terminal:

sudo apt update
sudo apt install cobra

Description:

Tool to generate Cobra-based modern Go CLI application

Cobra is a Go library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. . Cobra has an exceptionally clean interface and simple design without needless constructors or initialization methods. . This package contains the Cobra Generator as /usr/bin/cobra, a tool that will generate your application scaffolding to rapidly develop a Cobra-based application.

Homepage: https://github.com/spf13/cobra

Version: 0.0.1-1.1

Section: universe/devel