@nomadmystic/wordpress-scaffold-cli
Version:
This project is created to speed up WordPress development
14 lines (13 loc) • 336 B
text/typescript
export default interface PluginAnswerValues {
projectName?: string;
name?: string;
pluginsPath?: string;
finalPath: string;
description?: string;
frontEndFramework?: string;
safeName?: string;
capAndSnakeCasePlugin?: string;
projectNamespace?: string;
namespace?: string;
type?: 'plugin';
};