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.
Download Node.js 4 or greater.
npm install lobars --save
const handlebars = require('handlebars')
const lobars = require("lobars")
handlebars.registerHelper(lobars)
These functions all return true or false:
These functions mutate strings:
npm install
npm test
MIT
Generated by package-json-to-readme