moved cli into its own file

This commit is contained in:
2016-10-06 21:03:30 +02:00
parent d7b08034da
commit 69742fd6a7
7 changed files with 48 additions and 28 deletions

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

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