Packages

Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js

Current section

Files

Jump to
handles gleam.toml
Raw

gleam.toml

name = "handles"
version = "3.0.1"
description = "Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js"
licences = ["MIT"]
repository = { type = "github", user = "olian04", repo = "gleam_handles" }
[dependencies]
gleam_stdlib = ">= 0.38.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.1.2 and < 2.0.0"