-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Is your feature request related to a problem? Please describe.
For now, template files were only copied and values inside of them, had to be changed afterwards. There was a single key value (__PROJECT_NAME__) which was replaced by regex with the current projects name; this is not efficient enough.
Describe the solution you'd like
We should implement a template engine like this one to make the project even more powerful.
Reactions are currently unavailable