File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ import quantityInstaller, { quantity } from "@/command/quantity";
2727import rootInstaller , { root } from "@/command/root" ;
2828import scriptRunInstaller from "@/command/script" ;
2929import 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
3435export 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+ } ;
You can’t perform that action at this time.
0 commit comments