UNPKG

plop

Version:

Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity

23 lines (20 loc) 410 B
import * as Liftoff from "liftoff"; export { ActionConfig, ActionType, AddActionConfig, AddManyActionConfig, AppendActionConfig, CustomActionFunction, ModifyActionConfig, PlopCfg, PlopGenerator, NodePlopAPI, PlopGeneratorConfig, } from "node-plop"; export const Plop: Liftoff; export const run: ( env: Liftoff.LiftoffEnv, _: any, passArgsBeforeDashes: boolean ) => Promise<void>;