UNPKG

@nomadmystic/wordpress-scaffold-cli

Version:

This project is created to speed up WordPress development

9 lines (8 loc) 205 B
export default interface PluginAnswers { pluginName?: string; pluginDescription?: string; frontEndFramework?: string; projectName?: string; siteUrl?: string; devSiteUrl?: string; }