feat(core): new tools scope

This commit is contained in:
2018-06-07 22:41:25 +02:00
parent 82b6654b94
commit f01e275044
29 changed files with 1841 additions and 1406 deletions

4
bin/cli.js Normal file
View File

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