Skip to content

Commit 49f30f2

Browse files
committed
✨ refactor(app): 增加一些新的函数导出
1 parent ebcf9da commit 49f30f2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/index.ts

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ import quantityInstaller, { quantity } from "@/command/quantity";
2727
import rootInstaller, { root } from "@/command/root";
2828
import scriptRunInstaller from "@/command/script";
2929
import templateInstaller, { template } from "@/command/template";
30-
import { defineConfig } from "@/helper";
30+
import { defineConfig, execCommand, loggerInfo, printInfo } from "@/helper";
3131

32-
import { Plugins } from "./types";
32+
import { ACTIVATION, clearGlob } from "./config";
33+
import { ClearOptions, CodeGeniusOptions, Plugins } from "./types";
3334

3435
export const plugins = [
3536
rootInstaller,
@@ -71,3 +72,13 @@ export {
7172
setGitUserName,
7273
template,
7374
};
75+
76+
export {
77+
ACTIVATION,
78+
clearGlob,
79+
ClearOptions,
80+
CodeGeniusOptions,
81+
execCommand,
82+
loggerInfo,
83+
printInfo,
84+
};

0 commit comments

Comments
 (0)