@pushrocks/smartmustache
templates done right
Availabililty and Links
Status for master
Usage
Use TypeScript for best in class instellisense.
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!'
For further information read the linked docs at the top of this readme.
MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy
Description
Languages
TypeScript
100%