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.
npm i bingo-handlebars
pnpm add bingo-handlebars
yarn add bingo-handlebars
If you’d like to use the Handlebars langauge in your Bingo template, you have two options:
handlebars()
& co.: applies Handlebars templates from a single path.loadHandlebars()
: generates a reusablehandlebars()
Made with 💝 in Boston by
Josh Goldberg.