UNPKG

@aivec/wp-docker-dev-factory

Version:

Spin up local WordPress environments with Docker.

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