UNPKG

@nomadmystic/wordpress-scaffold-cli

Version:

This project is created to speed up WordPress development

9 lines (8 loc) 202 B
export default interface ThemeAnswers { projectName?: string; themeName?: string; themeDescription?: string; frontEndFramework?: string; siteUrl?: string; devSiteUrl?: string; }