Add helper scripts to add/remove many users for testing purpose

This commit is contained in:
Johannes Zellner
2019-11-05 19:24:08 +01:00
parent b520b6dc13
commit 90d242b784
4 changed files with 314 additions and 0 deletions

16
scripts/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "manyUsers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"readline-sync": "^1.4.10",
"superagent": "^5.1.0"
}
}