mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
Move projects using Cobra (#1090)
Since there are so many projects using Cobra, we created a separate document to list them
This commit is contained in:
parent
8c638d3f90
commit
090d94f474
2 changed files with 28 additions and 25 deletions
28
README.md
28
README.md
|
@ -2,31 +2,9 @@
|
||||||
|
|
||||||
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
|
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
|
||||||
|
|
||||||
Many of the most widely used Go projects are built using Cobra, such as:
|
Cobra is used in many Go projects such as [Kubernetes](http://kubernetes.io/),
|
||||||
[Kubernetes](http://kubernetes.io/),
|
[Hugo](https://gohugo.io), and [Github CLI](https://github.com/cli/cli) to
|
||||||
[Hugo](http://gohugo.io),
|
name a few. [This list](./projects_using_cobra.md) contains a more extensive list of projects using Cobra.
|
||||||
[rkt](https://github.com/coreos/rkt),
|
|
||||||
[etcd](https://github.com/coreos/etcd),
|
|
||||||
[Moby (former Docker)](https://github.com/moby/moby),
|
|
||||||
[Docker (distribution)](https://github.com/docker/distribution),
|
|
||||||
[OpenShift](https://www.openshift.com/),
|
|
||||||
[Delve](https://github.com/derekparker/delve),
|
|
||||||
[GopherJS](http://www.gopherjs.org/),
|
|
||||||
[CockroachDB](http://www.cockroachlabs.com/),
|
|
||||||
[Bleve](http://www.blevesearch.com/),
|
|
||||||
[ProjectAtomic (enterprise)](http://www.projectatomic.io/),
|
|
||||||
[Giant Swarm's gsctl](https://github.com/giantswarm/gsctl),
|
|
||||||
[Nanobox](https://github.com/nanobox-io/nanobox)/[Nanopack](https://github.com/nanopack),
|
|
||||||
[rclone](http://rclone.org/),
|
|
||||||
[nehm](https://github.com/bogem/nehm),
|
|
||||||
[Pouch](https://github.com/alibaba/pouch),
|
|
||||||
[Istio](https://istio.io),
|
|
||||||
[Prototool](https://github.com/uber/prototool),
|
|
||||||
[mattermost-server](https://github.com/mattermost/mattermost-server),
|
|
||||||
[Gardener](https://github.com/gardener/gardenctl),
|
|
||||||
[Linkerd](https://linkerd.io/),
|
|
||||||
[Github CLI](https://github.com/cli/cli)
|
|
||||||
etc.
|
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)
|
[![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)
|
||||||
[![GoDoc](https://godoc.org/github.com/spf13/cobra?status.svg)](https://godoc.org/github.com/spf13/cobra)
|
[![GoDoc](https://godoc.org/github.com/spf13/cobra?status.svg)](https://godoc.org/github.com/spf13/cobra)
|
||||||
|
|
25
projects_using_cobra.md
Normal file
25
projects_using_cobra.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
## Projects using Cobra
|
||||||
|
|
||||||
|
- [Bleve](http://www.blevesearch.com/)
|
||||||
|
- [CockroachDB](http://www.cockroachlabs.com/)
|
||||||
|
- [Delve](https://github.com/derekparker/delve)
|
||||||
|
- [Docker (distribution)](https://github.com/docker/distribution)
|
||||||
|
- [Gardener](https://github.com/gardener/gardenctl)
|
||||||
|
- [Giant Swarm's gsctl](https://github.com/giantswarm/gsctl)
|
||||||
|
- [Github CLI](https://github.com/cli/cli)
|
||||||
|
- [GopherJS](http://www.gopherjs.org/)
|
||||||
|
- [Hugo](https://gohugo.io)
|
||||||
|
- [Istio](https://istio.io)
|
||||||
|
- [Kubernetes](http://kubernetes.io/)
|
||||||
|
- [Linkerd](https://linkerd.io/)
|
||||||
|
- [Mattermost-server](https://github.com/mattermost/mattermost-server)
|
||||||
|
- [Moby (former Docker)](https://github.com/moby/moby)
|
||||||
|
- [Nanobox](https://github.com/nanobox-io/nanobox)/[Nanopack](https://github.com/nanopack)
|
||||||
|
- [OpenShift](https://www.openshift.com/)
|
||||||
|
- [Pouch](https://github.com/alibaba/pouch)
|
||||||
|
- [ProjectAtomic (enterprise)](http://www.projectatomic.io/)
|
||||||
|
- [Prototool](https://github.com/uber/prototool)
|
||||||
|
- [Rclone](https://rclone.org/)
|
||||||
|
- [etcd](https://github.com/coreos/etcd)
|
||||||
|
- [nehm](https://github.com/bogem/nehm)
|
||||||
|
- [rkt](https://github.com/coreos/rkt)
|
Loading…
Reference in a new issue