Added cli for user management, abstracted some database queries into handler functions.

This commit is contained in:
knotteye
2019-09-24 17:29:37 -05:00
parent abcd6787ca
commit 68f9866c16
6 changed files with 124 additions and 40 deletions

11
package-lock.json generated
View File

@ -354,6 +354,11 @@
}
}
},
"flags": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/flags/-/flags-0.1.3.tgz",
"integrity": "sha1-lh0vyM3zZp1jBB4w5bJK2tNvV1g="
},
"forwarded": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
@ -1017,6 +1022,12 @@
"mime-types": "~2.1.24"
}
},
"typescript": {
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz",
"integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==",
"dev": true
},
"unpipe": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",