TemplateHandler
TemplateHandler
Represents a template handler function that can be used to handle templates using commandkit create
command.
Signature
type TemplateHandler = (args: string[]) => Promise<void> | void
Represents a template handler function that can be used to handle templates using commandkit create
command.
type TemplateHandler = (args: string[]) => Promise<void> | void