fix(core): update

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

12087
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,23 +26,21 @@
"npm"
],
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.0.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0"
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.3.1"
},
"dependencies": {
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartfile": "^10.0.2",
"@pushrocks/lik": "^6.0.2",
"@pushrocks/smartfile": "^10.0.17",
"@pushrocks/smartfm": "^2.0.4",
"@pushrocks/smarthbs": "^2.0.8",
"@pushrocks/smarthbs": "^3.0.3",
"@pushrocks/smartinteract": "^2.0.11",
"@pushrocks/smartparam": "^1.1.6",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartshell": "^3.0.3",
"@pushrocks/smartyaml": "^2.0.5"
},
"files": [

4616
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

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