generator icon indicating copy to clipboard operation
generator copied to clipboard

feat: fix no overwrite globs 1128 monorepo

Open lmgyuan opened this issue 3 days ago • 1 comments

Description

add noOverwriteGlobs parameters to methods saveContentToFile and saveRenderedReactContent pass this.noOverwriteGlobs to saveContentToFile check the name of file to be written against the noOverwriteGlobs to determine whether it should be actually written to the target directory add additional comments to relevant codes in the codebase so they are easier for future maintainers and contributors to understand. Related issue(s)

Fixes https://github.com/asyncapi/generator/issues/1128

lmgyuan avatar Jul 03 '24 07:07 lmgyuan