Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 452 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 452 Bytes

Makudaun

Convert markdown READMEs to HTML

Compiling

Make sure you have deno@latest installed on your machine. Simply run:

deno compile --allow-all --allow-write ./mod.ts

Installing

deno install https://deno.land/x/[email protected]/mod.ts

Usage

Simply get the compiled binary and execute the following

makudaun input.md output.html