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

There is a binary file in my template dir, when I run `generateTemplateFiles()`, the output binary file is not the same as origin file. the origin template dir files: generated...

```javascript generateTemplateFiles([ { option: "Create controller", output: "src/controllers"... }, { option: "Create model", output: "src/models"...}, { option: "Create route", output:"src/routes" ... }, ]) ``` Is there any way I can...

The first, thank you for creating this library, it's very good for me and community. But when using, sometimes i want to use value of rest `stringReplace` to create another...

It would be great if we could set a default string for replacement, are there any plans to add this? Something like ``` { question: "Which directory?", slot: "__dir__", defaultString:...

Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies