Skip to content

Handlebars Templating Engine

Handlebars is a popular templating language. It allows defining plain text templates with indications for where to substitue in dynamic values.

The bingo-handlebars package provides wrapping logic to use Handlebars templates to generate file creations.

Terminal window
npm i bingo-handlebars

If you’d like to use the Handlebars langauge in your Bingo template, you have two options:

  1. handlebars() & co.: applies Handlebars templates from a single path.
  2. loadHandlebars(): generates a reusable handlebars()
Made with 💝 in Boston by Josh Goldberg.