initial
This commit is contained in:
13
ts/plugins.ts
Normal file
13
ts/plugins.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as early from '@push.rocks/early';
|
||||
import * as smartcli from '@push.rocks/smartcli';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartshell from '@push.rocks/smartshell';
|
||||
|
||||
export {
|
||||
early,
|
||||
smartcli,
|
||||
smartfile,
|
||||
smartpath,
|
||||
smartshell,
|
||||
};
|
||||
Reference in New Issue
Block a user