Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@easafe/breeze

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easafe/breeze

Command line tool to convert HTML into purescript-flame DSL

latest
Source
npmnpm
Version
0.7.1
Version published
Maintainers
1
Created
Source

haskell-breeze CI

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

FAQs

Package last updated on 20 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts