UNPKG

@captive/plop-config

Version:
10 lines (7 loc) 272 B
import type { NodePlopAPI } from 'plop'; import { plopPlugin } from './plugin.js'; // eslint-disable-next-line import/no-default-export export default async function plopMain(plop: NodePlopAPI) { await plopPlugin({})(plop); } export { plopPlugin } from './plugin.js';