Documentation
¶
Overview ¶
Package component holds the `forge component` command group — list, search, and install UI components from forge's built-in component library.
It is the first dir-nested command group in forge's own CLI (the devspace idiom forge ships in generated apps). The parent newCmd assembles the subcommands defined in this package's sibling files (list.go, search.go, install.go); init() self-registers the group with internal/cli/factory so a blank import from internal/cli/groups.go attaches it to the root without a group↔root import cycle.
Click to show internal directories.
Click to hide internal directories.