feat(core): new tools scope
This commit is contained in:
8
ts/tools.plugins.ts
Normal file
8
ts/tools.plugins.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'typings-global';
|
||||
import * as beautylog from 'beautylog';
|
||||
import * as path from 'path';
|
||||
import * as smartcli from '@pushrocks/smartcli';
|
||||
import * as smartfile from 'smartfile';
|
||||
import * as smartshell from 'smartshell';
|
||||
|
||||
export { beautylog, path, smartcli, smartfile, smartshell };
|
||||
Reference in New Issue
Block a user