Versions in this module Expand all Collapse all v0 v0.0.2 Dec 27, 2025 Changes in this version + func GetInspectCmd() *cobra.Command + func NewConsoleBuildCmd() *cobra.Command + func NewConsoleCmd() *cobra.Command + func NewConsoleServeCmd() *cobra.Command + func NewInspectCmd() *cobra.Command v0.0.1 Nov 14, 2025 Changes in this version + var GitCloner = vcs.NewGitCloner() + var GithubClient = github.NewGithubClient() + var RootCmd = NewRootCmd() + func CollectPWA(client pwa.PWAClient, pwaURL string, outputFile string, format string, ...) (string, error) + func Execute(log *slog.Logger) error + func GetAllCmd() *cobra.Command + func GetCollectCmd() *cobra.Command + func GetCollectGithubCmd() *cobra.Command + func GetCollectWebsiteCmd() *cobra.Command + func GetCompileCmd() *cobra.Command + func GetDecodeCmd() *cobra.Command + func GetRelease(log *slog.Logger, repoURL string, outputDir string, pack bool, file string, ...) (*github.RepositoryRelease, error) + func GetRunCmd() *cobra.Command + func GetServeCmd() *cobra.Command + func NewAllCmd() *cobra.Command + func NewCollectCmd() *cobra.Command + func NewCollectGithubReleaseCmd() *cobra.Command + func NewCollectGithubRepoCmd() *cobra.Command + func NewCollectWebsiteCmd() *cobra.Command + func NewCompileCmd() *cobra.Command + func NewDecodeCmd() *cobra.Command + func NewRootCmd() *cobra.Command + func NewRunCmd() *cobra.Command + func NewServeCmd() *cobra.Command + type CollectPWACmd struct + PWAClient pwa.PWAClient + func NewCollectPWACmd() *CollectPWACmd