donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 156 forks source link

Now accepts '-' to read from stdin, writing to stdout #29

Closed dsc closed 12 years ago

dsc commented 12 years ago

I wanted to use html2jade as a TextMate command to reformat selected, crappy HTML. To do this without creating a temporary file, I needed html2jade to accept stdin and write to stdout. Now it does.

donpark commented 12 years ago

published as 0.1.6. thanks @dsc.