Skip to main content
Version: Next

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