UNPKG

create-unibest

Version:

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

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