UNPKG

@quenty/nevermore-template-helpers

Version:

Helpers to generate Nevermore package and game templates

14 lines (11 loc) 337 B
// Scaffolding export { resolvePackagePath, resolveTemplatePath, TemplateHelper, } from './scaffolding/index.js'; // Build export { BuildContext } from './build/index.js'; export type { BuildContextOptions, RojoBuildOptions } from './build/index.js'; // Substitution export { substituteTemplate } from './substitution/index.js';