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

1.1.0 • Public • Published

Template

NPM version NPM downloads Build status Test coverage

Fast and simple string template library.

Installation

npm install @blakeembrey/template --save

Usage

import { template } from "@blakeembrey/template";

const fn = template("Hello {{name}}!");

fn({ name: "Blake" }); //=> "Hello Blake!"

TypeScript

This module uses TypeScript and publishes type definitions on NPM.

License

Apache 2.0

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @blakeembrey/template

    Weekly Downloads

    94,575

    Version

    1.1.0

    License

    Apache-2.0

    Unpacked Size

    9.03 kB

    Total Files

    6

    Last publish

    Collaborators

    • blakeembrey