keithamus / hbs-cli

A CLI for handlebars
43 stars 26 forks source link

Output to stdout by Default #58

Open jbgrunewald opened 4 years ago

jbgrunewald commented 4 years ago

The ability to write to a file could be handled with some basic command line piping. This would be more extensible if the output were stdout by default. You can still have writing to disk as an option.

keithamus commented 4 years ago

Hey @jbgrunewald thanks for the issue. PRs are welcome!