prepare extended functionality

This commit is contained in:
2016-05-29 22:54:59 +02:00
parent 9de91b91e1
commit d82e28f5d1
8 changed files with 43 additions and 21 deletions

4
ts/npmci.plugins.ts Normal file
View File

@@ -0,0 +1,4 @@
import "typings-global";
export import beautylog = require("beautylog");
export let commander = require("commander");
export let shelljs = require("shelljs");