livemd/README.md

542 B

livemd

Overview

I wanted a simple tool that watched file updates as I worked on design docs. I also didn't want to npm install anything. So I wrote a server in Go, with live Markdown updates over websockets.

Libraries Used

Usage

go get github.com/barakmich/livemd
cd $PROJECT_DIR
livemd

License

BSD