Skip to main content
Version: 1.2

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