UNPKG

http-server-md

Version:

A configurable HTTP server that serves markdown files rendered to HTML with markdown-it

8 lines (6 loc) 129 B
const getConfig = require('./config') const createServer = require('./server') module.exports = { createServer, getConfig }