File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ import quantityInstaller, { quantity } from "@/command/quantity";
27
27
import rootInstaller , { root } from "@/command/root" ;
28
28
import scriptRunInstaller from "@/command/script" ;
29
29
import templateInstaller , { template } from "@/command/template" ;
30
- import { defineConfig } from "@/helper" ;
30
+ import { defineConfig , execCommand , loggerInfo , printInfo } from "@/helper" ;
31
31
32
- import { Plugins } from "./types" ;
32
+ import { ACTIVATION , clearGlob } from "./config" ;
33
+ import { ClearOptions , CodeGeniusOptions , Plugins } from "./types" ;
33
34
34
35
export const plugins = [
35
36
rootInstaller ,
@@ -71,3 +72,13 @@ export {
71
72
setGitUserName ,
72
73
template ,
73
74
} ;
75
+
76
+ export {
77
+ ACTIVATION ,
78
+ clearGlob ,
79
+ ClearOptions ,
80
+ CodeGeniusOptions ,
81
+ execCommand ,
82
+ loggerInfo ,
83
+ printInfo ,
84
+ } ;
You can’t perform that action at this time.
0 commit comments