Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matter-in-motion/mm-nunjucks-extensions
Nunjucks fuzzy file search tag extension
https://github.com/matter-in-motion/mm-nunjucks-extensions
extension matter-in-motion nunjucks
Last synced: about 1 month ago
JSON representation
Nunjucks fuzzy file search tag extension
- Host: GitHub
- URL: https://github.com/matter-in-motion/mm-nunjucks-extensions
- Owner: matter-in-motion
- License: mit
- Created: 2017-07-29T19:07:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T20:44:23.000Z (over 6 years ago)
- Last Synced: 2024-11-14T17:11:40.200Z (about 1 month ago)
- Topics: extension, matter-in-motion, nunjucks
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matter In Motion. Nunjucks extensions loader
[![NPM Version](https://img.shields.io/npm/v/mm-nunjucks-extensions.svg?style=flat-square)](https://www.npmjs.com/package/mm-nunjucks-extensions)
[![NPM Downloads](https://img.shields.io/npm/dt/mm-nunjucks-extensions.svg?style=flat-square)](https://www.npmjs.com/package/mm-nunjucks-extensions)Loads nunjucks extensions into your nunjucks environment in the [matter in motion](https://github.com/matter-in-motion/mm) framework
## Usage
[Extensions installation instructions](https://github.com/matter-in-motion/mm/blob/master/docs/extensions.md)
## Settings
Add `extensions` array to the nunjucks settings with extensions. If an extension is a string, it will require the module and will create and add an extension. If it is an `extension` class itself it will be added to your environment.
License: MIT.