fix(core): update

This commit is contained in:
2020-06-03 11:13:50 +00:00
parent 668fd0998f
commit 15bdab9ba6
37 changed files with 11590 additions and 9044 deletions

5
cli.ts.js Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@gitzone/tsrun');
const cliTool = require('./ts/index');
cliTool.runCli();