1.0.3 • Published 8 years ago

squiggly-template v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago