fix(cli): update cli files to be in line with gitzone cli template

This commit is contained in:
2018-09-22 15:18:21 +02:00
parent edde87b6be
commit db0b38bd7b
3 changed files with 9 additions and 2 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');