2016-01-14 18:25:36 +00:00
|
|
|
/// <reference path="./typings/tsd.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-01-25 19:52:29 +00:00
|
|
|
/// <reference path="./npmts.options.ts" />
|
2016-01-16 13:33:09 +00:00
|
|
|
/// <reference path="./npmts.custom.ts" />
|
|
|
|
/// <reference path="./npmts.default.ts" />
|
|
|
|
|
|
|
|
var plugins = NpmtsPlugins.init();
|
|
|
|
var paths = NpmtsPaths.init();
|
|
|
|
NpmtsDefault.init();
|