codeBelt / generate-template-files

A simple generator to create custom template files for any application
https://medium.com/@robertsavian/generate-template-files-with-ease-19b320615359
MIT License
209 stars 31 forks source link

[Question] Is there a way to run a generate without the interactive cli? #71

Closed michaelwarren1106 closed 2 years ago

michaelwarren1106 commented 2 years ago

I want to use this to just automatically create a bunch of templated files without needing any user input. I have a node script that i'm writing and i'd just like to run a function to generate the files without being asked about "which option would you like to template"? kind of thing? Is this possible?

wenfangdu commented 2 years ago

For future viewers, this feature is documented here.