cli/ts/mod_commit/mod.plugins.ts

8 lines
251 B
TypeScript
Raw Normal View History

2024-06-21 17:48:43 +00:00
export * from '../plugins.js';
import * as commitinfo from '@push.rocks/commitinfo';
import * as smartinteract from '@push.rocks/smartinteract';
import * as smartshell from '@push.rocks/smartshell';
export { commitinfo, smartinteract, smartshell };