2018-09-02 10:00:52 +00:00
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
smartlog.defaultLogger.enableConsole();
|
|
|
|
import * as consolecolor from '@pushrocks/consolecolor';
|
|
|
|
import * as npmextra from '@pushrocks/npmextra';
|
|
|
|
import * as smartnpm from '@pushrocks/smartnpm';
|
2018-05-22 13:49:26 +00:00
|
|
|
import * as smartopen from '@pushrocks/smartopen';
|
2018-09-02 10:00:52 +00:00
|
|
|
import * as smarttime from '@pushrocks/smarttime';
|
2018-09-02 10:41:06 +00:00
|
|
|
import * as smartversion from '@pushrocks/smartversion';
|
2017-08-15 17:29:18 +00:00
|
|
|
|
2018-09-02 10:00:52 +00:00
|
|
|
export { smartlog, consolecolor, npmextra, smartnpm, smartopen, smarttime, smartversion };
|