Skip to content

zeke/lobars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

lodash functions as handlebars helpers

Resources

Stars

Watchers

Forks

Packages

No packages published