@elora-cloud/elora-cli
Version:
elora build cli 前端打包脚手架
12 lines (11 loc) • 777 B
JavaScript
export { EloraPluginAlias } from './plugins/elora-plugin-alias.mjs';
export { EloraPluginStyle } from './plugins/elora-plugin-style.mjs';
export { EloraBuildSkin } from './tasks/build-skin.mjs';
export { EloraBuildStyle, EloraBundleStyle } from './tasks/build-style.mjs';
export { EloraBuildTheme, copyThemeChalkSource } from './tasks/build-theme.mjs';
export { runTask, withTaskName } from './utils/gulp.mjs';
export { CLI_REPO_NAME, DOC_REPO_NAME, FLOW_REPO_NAME, ORG_NAME, REPO_OWNER, UI_REPO_NAME, themeChalk } from './utils/names.mjs';
export { ROOT_DIR, ___dirname, dir_path } from './utils/paths.mjs';
export { generateExternal } from './utils/pkg.mjs';
export { run } from './utils/process.mjs';
export { formatBundleFilename, writeBundles } from './utils/rollup.mjs';