feat(core): initial

This commit is contained in:
2018-06-04 23:25:19 +02:00
commit b2c5730110
12 changed files with 296 additions and 0 deletions

12
npmextra.json Normal file
View File

@@ -0,0 +1,12 @@
{
"npmts": {
"cli": true
},
"npmci": {
"npmGlobalTools": [
"@gitzone/npmts",
"ts-node"
],
"npmAccessLevel": "public"
}
}