lobars

1.2.0 • Public • Published

lobars

lodash functions as handlebars helpers

This simple library exports an object of helper functions from lodash 4, modified slightly to work properly as handlebars helpers. See Comparison Helpers and String Helpers for a list of available functions.

Installation

Download Node.js 4 or greater.

npm install lobars --save

Usage

const handlebars = require('handlebars')
const lobars = require("lobars")
 
handlebars.registerHelper(lobars)

Comparison Helpers

These functions all return true or false:

String Helpers

These functions mutate strings:

Tests

npm install
npm test

Dependencies

  • lodash: Lodash modular utilities.

Dev Dependencies

  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • cheerio: Tiny, fast, and elegant implementation of core jQuery designed specifically for the server
  • handlebars: Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
  • mocha: simple, flexible, fun test framework
  • snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output

License

MIT

Generated by package-json-to-readme

Package Sidebar

Install

npm i lobars

Weekly Downloads

138

Version

1.2.0

License

MIT

Last publish

Collaborators

  • zeke