generate-template-files icon indicating copy to clipboard operation
generate-template-files copied to clipboard

A simple generator to create custom template files for any application

Results 15 generate-template-files issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Im using `generateTemplateFilesBatch` so I have my own process around generate-template-files, so i was wondering if there's an option to silence the `Files saved to ''` console log messages that...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This changes the transform pass of the generator to run in one pass of the output string, instead of using string replacer. It might make sense to just make something...

Just an idea, but one potential feature that could be really handy is a confirmation step that optionally occurs before the files are written; similar to how `npm init` does...

Hi, I'm clone this repo and I make an implementation for write output.path not only as string but also as function that return a string. Reason: 1. I want to...

Should I receive a certain permission to add branch? I want to contribute some code that replacing string. It's only supporting for English. I compare to Lodash and it's good...