@brecert/micro-template
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

micro-template

A very simple and small templating tool.

Usage:

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @brecert/micro-template

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

1.72 kB

Total Files

5

Last publish

Collaborators

  • brecert