Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wazery/cobra-quickstart

A small quickstart for Cobra
https://github.com/wazery/cobra-quickstart

cobra go jenkins-x quickstart

Last synced: about 1 month ago
JSON representation

A small quickstart for Cobra

Awesome Lists containing this project

README

        

# Cobra Quickstart
A small quickstart for [Cobra](https://github.com/spf13/cobra)

```
▾ cobra-quickstart/
▾ cmd/
hello.go
root.go
main.go
```

## Using the Cobra Generator

Cobra provides its own program that will create your application and add any
commands you want. It's the easiest way to incorporate Cobra into your application.

[Here](https://github.com/spf13/cobra/blob/master/cobra/README.md) you can find more information about it.