UNPKG

@aivec/wp-docker-dev-factory

Version:

Spin up local WordPress environments with Docker.

6 lines (5 loc) 163 B
import { PromiseWithChild } from 'child_process'; export declare const load: (imagePath: string) => PromiseWithChild<{ stdout: string; stderr: string; }>;