Skip to main content
Home

Built and signed on GitHub Actions

latest

Utilities for working with handlebars templates.

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
76%
Published
2 months ago (0.6.8)

@temelj/handlebars


Utilities for working with handlebars templates.

Created by Tin Rabzelj jsr License

jsr   •   npm   •   Issues   •   @tinrab


Installation

# npm
$ npm install @temelj/handlebars
# jsr
$ deno add jsr:@temelj/handlebars # or jsr add @temelj/handlebars

About

This package is part of Temelj - a big standard library for TypeScript.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@temelj/handlebars

Import symbol

import * as handlebars from "@temelj/handlebars";
or

Import directly with a jsr specifier

import * as handlebars from "jsr:@temelj/handlebars";

Add Package

pnpm i jsr:@temelj/handlebars
or (using pnpm 10.8 or older)
pnpm dlx jsr add @temelj/handlebars

Import symbol

import * as handlebars from "@temelj/handlebars";

Add Package

yarn add jsr:@temelj/handlebars
or (using Yarn 4.8 or older)
yarn dlx jsr add @temelj/handlebars

Import symbol

import * as handlebars from "@temelj/handlebars";

Add Package

vlt install jsr:@temelj/handlebars

Import symbol

import * as handlebars from "@temelj/handlebars";

Add Package

npx jsr add @temelj/handlebars

Import symbol

import * as handlebars from "@temelj/handlebars";

Add Package

bunx jsr add @temelj/handlebars

Import symbol

import * as handlebars from "@temelj/handlebars";