Initial Code Upload

This commit is contained in:
Aiden
2021-10-28 19:53:19 +02:00
parent 71b2934c0d
commit ab5905f774
8 changed files with 2493 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// Here you can define all the packages that you want to use
// You can also define variables that you want to be able to use in your entire project, like platform or mainDir in this example
// Make sure to define them like these examples here, as they will then be available as global variables throughout your entire project
start = new Date()
platform = process.platform
mainDir = __dirname
fs = require("fs")
readline = require("readline")
config = require("./config/config")