tmpl

JavaScript micro templates.

BSD-3-Clause 5 个版本
安装
npm install tmpl
yarn add tmpl
pnpm add tmpl
bun add tmpl
README

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')
版本列表
1.0.5 2021-09-07
1.0.4 2015-03-28
1.0.3 2015-03-04
1.0.1 2011-08-17
1.0.0 2011-08-08