Fork this page on GitHub

HTML Convert

Lets get that HTML markup nice and DRY!

Overview

HTML Converter is a little tool for converting your HTML into the nice DRY form using either Jade or Scaml syntax.

First you need to install the Scalate tool

Using HTML Converter

To convert the HTML files in a directory just type

scalate tojade foo.html bar.jade

To convert a HTML file to the Jade syntax or use

scalate toscaml foo.html bar.scaml

To convert to Scaml syntax.

For more details refer to the Scalate tool