Skip to content
markusgattol edited this page Sep 15, 2011 · 5 revisions

Installing

easy_install hamlpy or pip install hamlpy

Usage

To simply output the conversion to your console:
hamlpy inputFile.hamlpy

Or you can have it dump right into a file:
hamlpy inputFile.hamlpy outputFile.html

Or watch an entire directory containing several .hamlpy files
hamlpy-watcher </path/to/dir>

Reference

Check out the reference.md file for the full list of syntax.

Clone this wiki locally