fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartscaf',
|
||||
version: '4.0.3',
|
||||
version: '4.0.4',
|
||||
description: 'scaffold projects quickly'
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user