0.1.1 • Published 9 years ago

most-web-md v0.1.1

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

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"
    }
    ...
    ]
}
0.1.1

9 years ago

0.1.0

9 years ago