@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    117,857
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    117,857
  • 1.0.0
    20,465

Package Sidebar

Install

npm i @blakeembrey/template

Weekly Downloads

125,799

Version

1.1.0

License

Apache-2.0

Unpacked Size

9.03 kB

Total Files

6

Last publish

Collaborators

  • blakeembrey