first reasonable version

This commit is contained in:
Barak Michener 2015-02-07 17:49:41 -05:00
parent 429ba99406
commit de8ddbb0a6
5 changed files with 809 additions and 19 deletions

View file

@ -1,4 +1,23 @@
livemd
======
# livemd
Live Markdown Rendering In Go
## 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
* [github.com/russross/blackfriday](https://github.com/russross/blackfriday)
* [golang.org/x/net/websocket](https://golang.org/x/net/websocket)
* [gopkg.in/fsnotify.v1](https://github.com/go-fsnotify/fsnotify)
## Usage
```
go get github.com/barakmich/livemd
cd $PROJECT_DIR
livemd
```
## License
BSD