Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.48 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.48 KB

📢 Archived in favor of https://github.com/pattern-lab/patternlab-node

The Mustache engine for Pattern Lab / Node

Installing

This one is included by default (as a dependency) with both Pattern Lab Node Core and Node Editions, so you normally won't need to install it yourself.

If it's missing from your project for any reason, npm install patternengine-node-mustache should do the trick.

Supported features

Extensions to default Mustache functionality

Pattern Parameters and Style Modifiers are convenient syntax extensions to Mustache that allow you change the behavior of a pattern you're calling from within another. They're not necessary in other template engines because the others have natively supported ways of passing arguments to template partials.