paul-rouse / purescript-handlebars

Simple bindings to the handlebars text templating library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-handlebars

PureScript bindings for the Handlebars text templating library.

Usage

To build the test project, clone this repo and then run:

npm install --production
spago test

To use it in your own project, add an entry under "additions" in packages.dhall like this:

    let additions =
        { handlebars =
            { dependencies = [] : List Text
            , repo = "https://github.com/paul-rouse/purescript-handlebars.git"
            , version = "v3.0.0"
            }
        }

About

Simple bindings to the handlebars text templating library

License:MIT License


Languages

Language:PureScript 58.0%Language:Dhall 32.2%Language:JavaScript 9.8%