dopecodez / dopecodez/create-express-template
Move to ejs for template rendering
Open
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Right now, all templates are maintained separately which makes the application size much bigger.
We should ideally move to a template rendering engine like [ejs](https://www.npmjs.com/package/ejs) which will allow us to dynamically change templates according to user input.
This will be a huge change in the current programming structure and should be ideally implemented in incremental steps.
Contributor guide
Assessment
This issue has not been assessed yet.