added --watch option

This commit is contained in:
2016-09-22 23:23:16 +02:00
parent 3dae49b8a1
commit 5f15fe1b30
35 changed files with 270 additions and 203 deletions

3
dist/npmts.watch.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
/// <reference types="q" />
import * as plugins from './npmts.plugins';
export declare let run: (configArg: any) => plugins.q.Promise<{}>;