Render text and HTML from Jade, Handlebars, Swig and most other kinds of templates on the command line. Render many files at once and decide where to write to dynamically from the data.
ISC License
17
stars
2
forks
source link
Fixes bug where --many and --many-pairs were being ignored #9
The code was trying to pull
many
andmanyPairs
off of theoptions
object before they'd actually been copied onto that object.