UNPKG

create-unibest

Version:

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

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