# Functions
AddOutputFlag adds the --output flag to cmd and binds it to p.
AddRepositoryFlag adds the --repository flag to cmd and binds it to p.
ExactNonEmptyArgs returns an error if there are not exactly n args or if any of them is an empty string.
Examples formats examples for a *cobra.Command.
GitignoreNames compiles a sorted list of gitignore template names.
LicenseNames compiles a sorted list of license names.
LogLevelNames compiles a list of log level names.
LongDesc formats the long description for a *cobra.Command.
NewFactory creates the default *Factory that is passed to commands.
NewFactoryWithConfigPath creates the default *Factory that is passed to commands.
RenderJSON converts v to JSON and writes it to w.
RenderYAML converts v to YAML and writes it to w.
RepositoryNames compiles a sorted list of repository names from the config.
SkeletonFilenames compiles a sorted list of skeleton file names from the configured repositories.
SkeletonNames compiles a sorted list of skeleton names from the configured repositories.
# Structs
Factory can create instances of commonly needed datastructures like config, repository and http client.
# Type aliases
No description provided by the author
No description provided by the author