spa/.claude/skills/thread-manager/node_modules/tmpl
Yvan 6584c91ed1 init 2025-12-30 15:44:36 +08:00
..
lib init 2025-12-30 15:44:36 +08:00
license init 2025-12-30 15:44:36 +08:00
package.json init 2025-12-30 15:44:36 +08:00
readme.md init 2025-12-30 15:44:36 +08:00

readme.md

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')