Skip to content

benjamingoldstein/html2hamlet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTML to Hamlet converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 95.1%
  • HTML 4.9%