UNPKG

@ssit-hub/mvp-generate-template

Version:

A beautiful CLI tool to quickly generate MVP project templates with modern frameworks and best practices

11 lines (9 loc) 169 B
export interface CliOptions { uppercase?: boolean; count?: string; } export interface InteractiveAnswers { name: string; uppercase: boolean; count: number; }