UNPKG

@dankupfer/create-dn-starter

Version:

Interactive CLI for creating modular React Native apps with Expo

12 lines (11 loc) 226 B
export interface TemplateOption { id: string; name: string; description: string; features: string[]; entryPoint: string; } export interface ProjectOptions { projectName: string; template: string; }