bcanfield/nexquik

Clean up component generation code sections

bcanfield opened this issue · 0 comments

Right now component generation is kind of messy. It is being done in generators.ts as template strings, and there is no formatting that is happening to these template strings in the code.

I want to move the templates out to their own files using something like ejs. https://www.npmjs.com/package/ejs