UNPKG

@baseplate-dev/core-generators

Version:

Core generators for Baseplate

9 lines 400 B
import { NODE_ROOT_README_PATHS } from './template-paths.js'; import { NODE_ROOT_README_RENDERERS } from './template-renderers.js'; import { NODE_ROOT_README_TEMPLATES } from './typed-templates.js'; export const NODE_ROOT_README_GENERATED = { paths: NODE_ROOT_README_PATHS, renderers: NODE_ROOT_README_RENDERERS, templates: NODE_ROOT_README_TEMPLATES, }; //# sourceMappingURL=index.js.map