haskell-breeze [](https://github.com/easafe/haskell-breeze/actions/workflows/CI.yml)

November 12, 2021 ยท View on GitHub

Command line tool to convert HTML into purescript-flame DSL

Install

npm install -g @easafe/breeze

Usage

breeze input [<flags>]

input can be either a HTML string or a HTML file (extension .html, .htm or .xml)

Available flags:

-o --output-file              File to save output as. Default: print to command line

-s --standalone-module        Output a module with import list and view function. Default: output only generated markup

-i --ignore-errors            Ignore parsing errors. Default: stop at parsing errors

-e --element-module-name      Name to import Flame.Html.Element as. Default: HE

-a --attribute-module-name    Name to import Flame.Html.Attribute as. Default: HA