Changed init functions to be more consistent.

Added setup script and templates for config and database setup.
Fixed typo in tsconfig.
This commit is contained in:
knotteye
2019-09-26 14:43:24 -05:00
parent d1cd2815e4
commit 085dd02148
13 changed files with 90 additions and 28 deletions

View File

@ -7,7 +7,8 @@
"scripts": {
"start": "node build/controller.js",
"build": "tsc",
"user": "node build/cli.js"
"user": "node build/cli.js",
"setup": "sh install/setup.sh"
},
"repository": {
"type": "git",