Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kbarbounakis/most-web-md
- Owner: kbarbounakis
- License: other
- Created: 2014-11-30T11:39:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T07:01:07.000Z (almost 10 years ago)
- Last Synced: 2024-09-30T01:01:32.553Z (about 2 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
}
...
]
}