Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 480 Bytes

html2hamlet

HTML to Hamlet converter

Prerequisites:

You must have git installed You must have haskell installed.

Tip: Using Stack to install Haskell is recommended

How to use it:

Download the repository with: git clone https://github.com/tanakh/html2hamlet

Go into the downloaded code directory: cd html2hamlet

Build all the dependencies: cabal new-build

Run the tool: cabal new-run html2hamlet test.html

The file test.hamlet will be produced.