Import: Added band and character import

Use 'npm run import' to import from assets/import/{bands,characters}.
Existing entries are not overwritten!
This commit is contained in:
2022-08-29 00:33:37 +02:00
parent de326e3cd5
commit 202ab08d6c
4 changed files with 113 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --inspect=0.0.0.0:9229 index.js"
"dev": "nodemon --inspect=0.0.0.0:9229 index.js",
"import": "node import.js"
},
"author": "",
"license": "ISC",