UNPKG

@aivec/wp-docker-dev-factory

Version:

Spin up local WordPress environments with Docker.

6 lines (4 loc) 99 B
import yargs from 'yargs'; export interface CommandArgs extends yargs.Arguments { d: boolean; }