UNPKG

create-daoquang-next-app

Version:

Scaffold Next.js App Router template (i18n, Bootstrap CSS, Ant Design, ESLint, etc.) in seconds

14 lines (10 loc) 251 B
/** @format */ type Ctx = { target: string; packageName: string; useTailwind: boolean; locales: string[]; }; /** @format */ declare function renderDir(srcDir: string, destDir: string, ctx: Ctx): Promise<void>; export { renderDir };