@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!"

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @brecert/micro-template

      Weekly Downloads

      0

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      1.72 kB

      Total Files

      5

      Last publish

      Collaborators

      • brecert