handlebars-helpers-lite
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

handlebars-helpers-lite

npm version License bundle size

Common handlebars-helpers (source: handlebars-kit) minimized and built with webpack.

Usage

npm install --save handlebars-helpers-lite
npm install --save handlebars lodash moment # peerDependencies
import handlebars from "handlebars";
import {
  math,
  number,
  date,
  comparison,
  array,
  collection,
  object,
  string,
} from "handlebars-helpers-lite";

handlebars.registerHelper({
  ...math,
  ...number,
  ...date,
  ...comparison,
  ...array,
  ...collection,
  ...object,
  ...string,
});

Package Sidebar

Install

npm i handlebars-helpers-lite

Weekly Downloads

219

Version

0.2.1

License

MIT

Unpacked Size

37.9 kB

Total Files

27

Last publish

Collaborators

  • anttiviljami