fix(core): update

This commit is contained in:
2023-06-25 00:50:25 +02:00
parent a664f3da76
commit 6071ae5de3
5 changed files with 4630 additions and 12101 deletions

View File

@@ -11,7 +11,9 @@ export interface ScafTemplateContructorOptions {
}
export class ScafTemplate {
public static async createTemplateFromDir() {}
public static async createTemplateFromDir(dirPathArg: string) {
return new ScafTemplate(dirPathArg);
}
/**
* the name of the template