Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 740 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 740 Bytes

m2cw

What's this?

This is golang port of Layzie/md2conf-watcher.

Main purpose is my study of golang.

Installation

$ gem install markdown2confluence # First time only.
$ go get github.com/Layzie/m2cw

Usage

$ cd go/to/markdown
$ m2cw example.md
Start watching example.md. <C-c> makes stop the command.
# if you edit example.md then convert to example.wiki on same directory
2015/04/16 20:58:42 convert md to wiki  example.md -> example.wiki
2015/04/16 20:58:56 convert md to wiki  example.md -> example.wiki
2015/04/16 20:58:57 convert md to wiki  example.md -> example.wiki
2015/04/16 20:58:57 convert md to wiki  example.md -> example.wiki

Licence

MIT