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

pattern-lab/patternengine-node-mustache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📢 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.