UNPKG

@soartec-lab/plop-create-remix-route

Version:
7 lines (6 loc) 243 B
import GeneratorConfig from "./generator-config.js"; export default function (plop) { const config = GeneratorConfig(plop); plop.setDefaultInclude({ generators: true }); plop.setGenerator("create-remix-route-component", config); }