transform content entries
npm install content-entry-transform








transform content entries
* createPropertiesInterceptor
* Parameters
* createExpressionTransformer
* Parameters
* createPropertiesTransformer
* Parameters
* transform
* Parameters
* evaluate Function
Transformer expanding '{{}}' expressions
* match string
* properties (Object | Function)
* name string (optional, default "expression")
Creates a new transformer.
On match the entry will be assigned new properties as given by propertyDefinitions.
* match
* propertyDefinitions Object
* name string (optional, default "property")
* matcher Matcher
Returns Transformer
Apply transformers.
* source AsyncIterable\
* transformers Array\[])
* onlyMatching boolean filter out all none matching entries (optional, default false)
With npm do:
``shell``
npm install content-entry-transform
BSD-2-Clause