fix(update to latest standards): update

This commit is contained in:
2018-07-21 13:32:51 +02:00
parent 9c56942739
commit f21df13b7c
24 changed files with 1706 additions and 419 deletions

4
cli.ts.js Normal file
View File

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