UNPKG

create-unibest

Version:

快速创建 unibest 项目的脚手架工具

8 lines (6 loc) 211 B
export async function preApply(ctx) { console.log(`[lime-echart] Pre-apply for ${ctx.projectPath}`) } export async function postApply(ctx) { console.log(`[lime-echart] Post-apply for ${ctx.projectPath}`) }