1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add content for cobra (#2530)

Added another resource link I feel will help people in understanding it better
This commit is contained in:
AyushRaghuvanshi
2022-10-17 12:16:40 +05:30
committed by GitHub
parent 94527a61d1
commit c8b1be9055

View File

@@ -5,3 +5,4 @@ Cobra is a library for creating powerful modern CLI applications.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/spf13/cobra'>Cobra Github Repo</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://cobra.dev/'>Cobra Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Package Documentation' href='https://pkg.go.dev/github.com/spf13/cobra'>Cobra Package Documentation</BadgeLink>