Extracting EJS tags from a template to create mock/randomized data
Opened this issue · 0 comments
techquestions commented
I would like to extract all the tags from an EJS template in order to create structure of objects used in the given template and later fill the template with some mock/randomized data.
Are there any exported functions I could use or private functions that could be exported in order to be able to do what I am planning to do?