UNPKG

@nomadmystic/wordpress-scaffold-cli

Version:

This project is created to speed up WordPress development

13 lines (12 loc) 372 B
export default interface ThemeConfig { 'active-theme'?: string; 'active-theme-path'?: string; 'absolute-project-folder'?: string; 'absolute-themes-folder'?: string; 'theme-description'?: string; 'front-end-framework'?: string; 'site-url'?: string; 'dev-site-url'?: string; 'project-name'? : string; 'project-namespace'? : string; }