UNPKG

@maizzle/framework

Version:

Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.

7 lines 211 B
//#region src/commands/new.d.ts declare function newProject(starterArg?: string, dirArg?: string, options?: { install?: boolean; pm?: string; }): Promise<void>; //#endregion export { newProject as default };