Hygen/Plop alternative with typesafety
I'm diving a bit on the template generation sea again (done that 5+ years ago).
I would like to have a typesafe solution for template generation, but hygen seems too outdated, and plop.js seems to be having trouble supporting this (currently only supports with an awkward pre-compilation step, which I don't want).
Anyone have any typesafe options for these tools, I'm looking for something with a simple approach like these tools (prompter + templating engine) without me needing to write my cli tool from scratch.
Aiming to use it on my job's repos for helping with repetitive tasks involving bootstrapping specific code.
0 Replies