- GitHub – spf13/cobra: A Commander for modern Go CLI interactions
Cobra is a library for creating powerful modern CLI applications. Cobra is used in many Go projects such as Kubernetes, Hugo, and GitHub CLI to name a few. This list contains a more extensive list of …
Go Cobra Tutorial – GitHub
Cobra is a command-line program that creates go source for another GO program or programs. The created source forms the basis for accepting the CLI parameters and executing the required activities.
cobra/site/content/user_guide.md at main · spf13/cobra · GitHub
A Commander for modern Go CLI interactions. Contribute to spf13/cobra development by creating an account on GitHub.
geekbang-go/现代化的命令行框架-Cobra全解.md at master – GitHub
Cobra 是一个可以创建强大的现代 CLI 应用程序的库,它还提供了一个可以生成应用和命令文件的程序的命令行工具: cobra-cli。 有许多大型项目都是用 cobra 来构建他们的应用程序,例如:kubernetes、Docker、Etcd、Rkt、Hugo 等。 Cobra 具有很多特性,一些核心特性如下: …
GitHub – spf13/viper: Go configuration with fangs
Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats.
GitHub – spf13/cobra-cli: Cobra CLI tool to generate applications and …
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. Install the cobra generator with t …
Implement showstart client based on Go and cobra (基于 Go … – GitHub
About Implement showstart client based on Go and cobra (基于 Go 和 cobra 实现的秀动命令行应用)
GitHub – virtualstaticvoid/cobra-example: Example Go Application …
Example Go Application illustrating use of the cobra and viper packages. – virtualstaticvoid/cobra-example
golang-collection/Go-cobra – GitHub
Cobra 既是一个用于创建强大的现代CLI应用程序的库,也是一个用于生成应用程序和命令文件的程序。 使用该仓库可以很方便的创建命令行应用,本项目是Cobra的一个简单教程。 …
cobra-cli/README.md at main · spf13/cobra-cli · GitHub
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. Install the cobra generator with t …
コメント