Skip to content

micro_template is a very simple and small templating tool

Notifications You must be signed in to change notification settings

brecert/micro_template

Repository files navigation

micro-template

A very simple and small templating tool.

Usage:

import * as template from './replace.ts'

template.replace('Hello {name}!', { name: 'bree' })
// => "Hello bree!"