Skip to content

Commit

Permalink
Scalate option documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
donpark committed Aug 9, 2011
1 parent d3e5a3f commit f8c1fe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Outputs to file if input is file

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

To generate [Scalate](http://scalate.fusesource.org/) compatible output:

html2jade --scalate http://twitter.com
html2jade --scalate http://twitter.com > twitter.jade
html2jade --scalate mywebpage.html
html2jade --scalate public/*.html

## Status ##

Expand Down

0 comments on commit f8c1fe1

Please sign in to comment.