You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cobra provides its own program that will create your application and add any
99
-
commands you want. It's the easiest way to incorporate Cobra into your application.
95
+
`cobra-cli` is a command line program to generate cobra applications and command files.
96
+
It will bootstrap your application scaffolding to rapidly
97
+
develop a Cobra-based application. It is the easiest way to incorporate Cobra into your application.
98
+
99
+
It can be installed by running:
100
+
101
+
```
102
+
go install github.com/spf13/cobra-cli@latest
103
+
```
100
104
101
-
For complete details on using the Cobra generator, please read [The Cobra Generator README](https://github.com/spf13/cobra/blob/master/cobra/README.md)
105
+
For complete details on using the Cobra-CLI generator, please read [The Cobra Generator README](https://github.com/spf13/cobra-cli/blob/master/README.md)
102
106
103
107
For complete details on using the Cobra library, please read the [The Cobra User Guide](user_guide.md).
0 commit comments