This commit is contained in:
2026-02-09 09:32:20 +00:00
commit f23ced9c47
22 changed files with 9064 additions and 0 deletions

13
ts/plugins.ts Normal file
View 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,
};