first reasonable version
This commit is contained in:
parent
429ba99406
commit
de8ddbb0a6
5 changed files with 809 additions and 19 deletions
25
README.md
25
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue