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