Cobra is a [[Golang]] library for creating command-line interfaces. CLI for generating stuff: ``` go install github.com/spf13/cobra-cli@latest ``` The library itself: ``` go get -u github.com/spf13/cobra@latest import "github.com/spf13/cobra" ```