UNPKG

@nomadmystic/wordpress-scaffold-cli

Version:

This project is created to speed up WordPress development

9 lines (7 loc) 208 B
import {PathLike} from "fs"; export default interface ActivePlugins { 'plugin-name'?: string; 'plugin-path': PathLike; 'plugin-description'?: string; 'plugin-front-end-framework'?: string; }