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.2
MIT
1.81 kB
5