diff --git a/src/utils/index.ts b/src/utils/index.ts new file mode 100644 index 0000000..a901463 --- /dev/null +++ b/src/utils/index.ts @@ -0,0 +1,4 @@ +export { FileUtils, fileUtils } from './fileUtils'; +export { ShellUtils, shellUtils } from './shellUtils'; +export { OSUtils, osUtils } from './osUtils'; +export { TemplateUtils, templateUtils } from './templateUtils';