Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wazery/cobra-quickstart
- Owner: wazery
- License: apache-2.0
- Created: 2019-08-23T14:45:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T14:54:22.000Z (about 5 years ago)
- Last Synced: 2024-06-20T20:33:57.461Z (5 months ago)
- Topics: cobra, go, jenkins-x, quickstart
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.