add prepare command

This commit is contained in:
2016-06-01 05:42:37 +02:00
parent 34f29bb4b4
commit 8fec378a53
6 changed files with 76 additions and 16 deletions

View File

@@ -3,4 +3,5 @@ export import beautylog = require("beautylog");
export let commander = require("commander");
export let q = require("q");
export let shelljs = require("shelljs");
export let smartssh = require("smartssh");
export import smartfile = require("smartfile");