mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.66k stars 834 forks source link

EJS CLI -watch Option #739

Open Ownedunkn opened 1 year ago

Ownedunkn commented 1 year ago

Hi there, I just want to ask if there is a watch option for EJS CLI. You know, when you save the template file, it automatically recompiles it to HTML.

It's time-consuming to type this command every time you want to output HTML. $ ejs ./src/index.ejs -o ./index.html