add mapper builders

still needs all mapper versions but has list, create, and count working
This commit is contained in:
2021-01-18 00:50:05 -07:00
parent 69466406cd
commit 4e022988b0
13 changed files with 539 additions and 216 deletions

View File

@ -1,8 +1,10 @@
{
"dependencies": {
"@types/node": "^14.0.13",
"@types/pluralize": "^0.0.29",
"ncp": "^2.0.0",
"path": "^0.12.7"
"path": "^0.12.7",
"pluralize": "^8.0.0"
},
"scripts": {
"start": "rm -rf dist && tsc && cp -r frame dist/ && cd dist && node index.js"