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

Support custom indentations (tab/spaces) and its sizes (2/3/4 spaces) #89

Closed laggingreflex closed 10 years ago

donpark commented 10 years ago

?

  • -n, --nspaces <n> - the number of spaces to indent generated files with. Default is 2 spaces
  • -t, --tabs - use tabs instead of spaces
laggingreflex commented 10 years ago

oh damn. nevermind. I thought this was http://html2jade.org/ 's github