UNPKG

create-quickstart-app

Version:

CLI tool to generate Next.js projects with various configurations

9 lines (8 loc) 283 B
export declare const logger: { info: (message: string) => void; success: (message: string) => void; error: (message: string, error?: any) => void; warn: (message: string) => void; title: (message: string) => void; nextSteps: (projectName: string) => void; };