html2jade

0.0.4 • Public • Published

html2jade

html2jade converts HTML into Jade format.

Install

npm install html2jade

Usage

Outputs to stdout if input is URL

html2jade http://twitter.com

html2jade http://twitter.com > twitter.jade

Outputs to file if input is file

html2jade mywebpage.html # outputs mywebpage.jade
html2jade public/*.html  # converts all .html files to .jade

Status

Usable but sometimes requires fixing up, usually involving conditionals and PRE.

Keywords

none

Install

npm i html2jade@0.0.4

Version

0.0.4

License

BSD

Last publish

Collaborators

  • saichholzer
  • donpark