2016-11-20 17:45:12 +01:00
2016-11-20 17:41:26 +01:00
2016-11-20 17:41:26 +01:00
2016-11-20 17:41:26 +01:00
2016-11-20 17:41:26 +01:00
2016-11-20 12:35:46 +01:00
2016-11-20 17:45:12 +01:00
2016-11-20 17:44:56 +01:00
2016-11-20 12:35:46 +01:00

tlt

templates done right

Usage

We recommend the use of TypeScript for best in class Intellisense

import { Tlt } from 'tlt'

let myTlt = new Tlt('my {{somePlaceholder}} are {{anotherPlaceholder}}!')
let appliedString = myTlt.applyData({
    "somePlaceholder": "horses",
    "anotherPlaceholder": "awesome"
})

// appliedString will be 'my horses are awesome!'
Description
A library for creating and applying templates using Handlebars.
Readme 407 KiB
Languages
TypeScript 100%