micro-template
A very simple and small templating tool.
Usage:
import * as template from './replace.ts'
template.replace('Hello {name}!', { name: 'bree' })
// => "Hello bree!"
A very simple and small templating tool.
Usage:
import * as template from './replace.ts'
template.replace('Hello {name}!', { name: 'bree' })
// => "Hello bree!"
npm i @brecert/micro-template
0
1.0.0
MIT
1.72 kB
5