Skip to content

Raw content injection support

Compare
Choose a tag to compare
@lorefnon lorefnon released this 03 May 05:15
· 34 commits to main since this release
  • You can now pass the rawContent option to inject arbitrary raw content into all the generated files

    const generator = new Generator({
        rawContent: {
            before: "/* eslint-disable */",
        },
    })