etlplus.file.hbs

etlplus.file.hbs module.

Helpers for reading/writing Handlebars (HBS) template files.

Notes

  • A Handlebars (HBS) template file is a text file used for generating HTML or

    other text formats by combining templates with data.

  • Common cases:
    • HTML templates.

    • Email templates.

    • Configuration files.

  • Rule of thumb:
    • If you need to work with Handlebars template files, use this module for

      reading and writing.

Classes

HbsFile()

Handler implementation for HBS files.