A plugin for component/builder.js that transpiles Mustache templates into JavaScript using Hogan. Version 0.0.1, no recent releases. It is an older tool specific to the component build system (predecessor to Duo) and is largely unmaintained. Differentiators: integrates with component's build pipeline to precompile Mustache templates.
npm install component-hoganNo compatibility data collected yet for this library.
Configure component.json to include Mustache templates and build with the plugin.
Migrate to a modern build system with Mustache support (e.g., using hogan.js directly or a webpack loader).
Run `npm install component-hogan` and ensure it is listed in your project's dependencies.
Update component to version 0.13.0 or later: `npm update component-builder`.