0.0.2 • Published 6 years ago

picotemplate v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

picotemplate

An eight line of code javascript template engine

Usage

var picotemplate = require('picotemplate');

picotemplate(template, variables);

where template is the string you want to interpolate and variable is a JSON object with variables and their values, for example {foo:"bar", toto:"titi"}

WARNING

This module heavily uses eval(). You should audit it before use and not pass it user provided strings.

License

MIT