tsdocker/ts/tsdocker.plugins.ts

31 lines
908 B
TypeScript
Raw Normal View History

2019-05-10 09:45:20 +00:00
// pushrocks scope
2018-09-16 19:08:13 +00:00
import * as npmextra from '@pushrocks/npmextra';
import * as path from 'path';
2018-09-16 19:08:13 +00:00
import * as projectinfo from '@pushrocks/projectinfo';
import * as smartpromise from '@pushrocks/smartpromise';
import * as qenv from '@pushrocks/qenv';
import * as smartcli from '@pushrocks/smartcli';
import * as smartfile from '@pushrocks/smartfile';
2019-05-10 09:45:20 +00:00
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
import * as smartlogSouceOra from '@pushrocks/smartlog-source-ora';
import * as smartopen from '@pushrocks/smartopen';
import * as smartshell from '@pushrocks/smartshell';
2018-09-16 19:08:13 +00:00
import * as smartstring from '@pushrocks/smartstring';
2017-02-11 22:37:01 +00:00
export {
npmextra,
path,
projectinfo,
2018-09-16 19:08:13 +00:00
smartpromise,
2017-02-11 22:37:01 +00:00
qenv,
smartcli,
smartfile,
2019-05-10 09:45:20 +00:00
smartlog,
smartlogDestinationLocal,
smartlogSouceOra,
smartopen,
2017-03-28 23:01:37 +00:00
smartshell,
2017-02-11 22:37:01 +00:00
smartstring
};