tscoverage/ts/index.ts

15 lines
588 B
TypeScript
Raw Normal View History

2016-01-31 21:24:57 +00:00
/// <reference path="./typings/main.d.ts" />
2016-01-16 13:33:09 +00:00
/// <reference path="./npmts.plugins.ts" />
/// <reference path="./npmts.cli.ts" />
/// <reference path="./npmts.paths.ts" />
2016-02-09 04:39:31 +00:00
/// <reference path="./npmts.configfile.ts" />
2016-01-25 19:52:29 +00:00
/// <reference path="./npmts.options.ts" />
2016-02-09 04:39:31 +00:00
/// <reference path="./npmts.compile.ts" />
2016-01-30 03:57:24 +00:00
/// <reference path="./npmts.tests.ts" />
/// <reference path="./npmts.promisechain.ts" />
2016-02-11 18:10:01 +00:00
console.log("**** starting NPMTS ****");
2016-01-16 13:33:09 +00:00
var plugins = NpmtsPlugins.init();
2016-02-11 18:10:01 +00:00
plugins.beautylog.figletSync("NPMTS");
2016-01-16 13:33:09 +00:00
var paths = NpmtsPaths.init();
2016-01-30 04:29:54 +00:00
var promisechain = NpmtsPromisechain.init();