Implement recursive scan for File modules.

Ex. store resourcepacks at /files/resourcepacks/MyPack.zip
Added as a module with destination path resourcepacks/MyPack.zip
This commit is contained in:
Daniel Scalzi
2020-02-02 17:30:53 -05:00
parent 064a664687
commit 54cc93d499
5 changed files with 85 additions and 57 deletions

View File

@@ -28,12 +28,12 @@
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/fs-extra": "^8.0.1",
"@types/node": "^12.12.25",
"@types/yargs": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@types/node": "^12.12.26",
"@types/yargs": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"rimraf": "^3.0.0",
"rimraf": "^3.0.1",
"typescript": "^3.7.5"
},
"dependencies": {
@@ -43,6 +43,6 @@
"fs-extra": "^8.1.0",
"toml": "^3.0.0",
"yargs": "^15.1.0",
"helios-distribution-types": "1.0.0-pre.1"
"helios-distribution-types": "^1.0.0-pre.1"
}
}