@kosko/templateFunctionsrunpublicrun Callablerun(template: Template<any>, args?: readonly string[]): Promise<void>Parses command line arguments and generates files with a Template.@remarksWhen an error occurred, it prints error to logger and terminates current process.Parameterstemplate: Template<any>Templateargs: readonly string[] = ...Command line argumentsReturns Promise<void>
Parses command line arguments and generates files with a Template.
When an error occurred, it prints error to logger and terminates current process.