BundleTransformer.Hogan contains one translator-adapter - `HoganTranslator` (supports the Hogan (http://twitter.github.io/hogan.js) version 3.0.2). This adapter makes translation of Mustache templates to JS code. Also contains the `HoganAssetHandler` debugging HTTP handler, which is responsible for...
More information
A library designed to take a mustache style template file and generate a javascript file from it that can be used on a website to generate the page content from function calls and a passed variable object when necessary.
Barber is cli-tool for generating files based on mustache templates. In addition it can read and process OpenAPI 3 specifications and generate code based on templates.