plop
Version:
Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity
24 lines (21 loc) • 421 B
TypeScript
import * as Liftoff from "liftoff";
export {
ActionConfig,
ActionType,
AddActionConfig,
AddManyActionConfig,
AppendActionConfig,
CustomActionFunction,
ModifyActionConfig,
PlopCfg,
PlopGenerator,
NodePlopAPI,
PlopGeneratorConfig,
Actions
} from "node-plop";
export const Plop: Liftoff;
export const run: (
env: Liftoff.LiftoffEnv,
_: any,
passArgsBeforeDashes: boolean,
) => Promise<void>;