UNPKG

@nomadmystic/wordpress-scaffold-cli

Version:

This project is created to speed up WordPress development

15 lines (14 loc) 365 B
export default interface ThemeAnswerValues { projectName?: string; name?: string; themesPath?: string; finalPath?: string; themeDescription?: string; frontEndFramework?: string; siteUrl?: string; devSiteUrl?: string; safeThemeName?: string; capAndSnakeCaseTheme?: string; projectNamespace?: string; type?: 'theme'; }