Module: kss/builder/handlebars

This module is used to load the base KSS builder class needed by this builder and to define any custom CLI options or extend any base class methods.

Note: this module is optional. If a builder does not export a KssBuilderBase sub-class as a module, then kss-node will assume the builder wants to use the KssBuilderBaseHandlebars class.

This file's name should follow standard node.js require() conventions. It should either be named index.js or have its name set in the "main" property of the builder's package.json. See http://nodejs.org/api/modules.html#modules_folders_as_modules

Source:

Classes

KssBuilderHandlebars