Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kbarbounakis/most-web-md

MOST Web Framework Markdown View Engine
https://github.com/kbarbounakis/most-web-md

Last synced: about 1 month ago
JSON representation

MOST Web Framework Markdown View Engine

Awesome Lists containing this project

README

        

most-web-md
===========

MOST Web Framework Markdown View Engine

A markdown view engine as a middleware in web applications based on MOST Web Framework

##Install

$ npm install most-web-md

##Usage

Register view engine by adding the following node in config/app.json engines collection:

"engines": [
...
{
"name": "Markdown View Engine",
"extension": "md",
"type": "most-web-md"
}
...
]
}