UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

16 lines (15 loc) 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function docker({ hooksPath }) { return { name: 'Docker', commands: (program) => { program.addOption(); up: async () => { }, down; async () => { }, ; } }; } exports.default = docker;