0.2.0 • Published 8 years ago

eztl v0.2.0

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

eztl – ez template language

npm-version build-status dependencies dev-dependencies

example

import eztl from 'eztl';

const input = 'Hello, {% location %}{% shout? %}!{% else %}.{% end %}';
const variables = { location: 'world', 'shout?': false };
const output = eztl(input, variables);

console.log(output); // "Hello, world."
0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago