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

handle directory and wildcards as input #1

Closed donpark closed 13 years ago

donpark commented 13 years ago
node app.js foo

should convert all html files within directory named foo

node app.js bar/*.htm

should convert all .htm files within directory named 'bar'

options

-r should recurse directories