pub6 -- A Server Publish Markdown Content on Web

Example

import { serve } from './mod.ts'

serve(Deno.args[0], parseInt(Deno.args[1]))