export interface GenerateContext { /** * 根路径 */ rootPath: string /** * pkg根路径 */ templatePath: string }