1.0.3 • Published 9 years ago

squiggly-template v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Squiggly

Simple dynamic string templates for JavaScript (written in TypeScript)

const Squiggly = require('squiggly-template');

let template = new Squiggly("This is a {adjective} module. It will be {adverb} useful!");
console.log(template.get({adjective:"cool",adverb:"super"}));

Installation

$ npm install squiggly-template --save
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago