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

Description of the string replacers #35

Closed marcocesarato closed 4 years ago

marcocesarato commented 4 years ago

Should be possibile add as feature the possibility to add on stringReplacers a description/label of the placeholder we have to replace and have something like this:

stringReplacers: [{description: "Model class name", value: "__model__"}]

and then have on console something like:

Insert model class name:

This is just an idea but should be possibile?

codeBelt commented 4 years ago

I created a PR https://github.com/codeBelt/generate-template-files/pull/36 with your request. Waiting for feedback from other before merging in.

marcocesarato commented 4 years ago

Yes is perfect thank you

codeBelt commented 4 years ago

@marcocesarato This feature has been published. Please let me know if you have any issues.