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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartscaf',
version: '4.0.3',
version: '4.0.4',
description: 'scaffold projects quickly'
}

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