Closed n18l closed 6 months ago
I didn't test it, but I think this project does what you need: https://github.com/mattvr/dgen
If it doesn't work for you and you want to work on a PR, that's great. But since the code is written in Deno, I'd prefer to use a Deno native library for CLI.
Hey there! I just stumbled on Vento while looking for an alternative to pug, which has gone unmaintained for a bit too long for my taste. I really like what I've been able to do with Vento so far!
My use case calls for a template engine I can utilize via the command line. I've cobbled a rough CLI script for Vento using Commander to use within my project. As a sample:
Obviously it's only handling the basics for now, since that's all I need. But I wanted to ask if this fits with your vision for Vento generally. If so, I'd be happy to try and put together a PR, or set you loose to do it yourself if this sparks any interest in you.