Skip to content

elpinal/mdindicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mdindicator

mdindicator provides a facility to watch a markdown file, and serve it as an HTML.

Install

To install, use go get:

$ go get -u github.com/elpinal/mdindicator

-u flag stands for "update".

Examples

Basic usage:

$ mdindicator README.md

then, see http://localhost:9999.

To change port:

$ mdindicator -http :8888 README.md

To get the verbose output:

$ mdindicator -verbose README.md

Contribution

  1. Fork (https://github.com/elpinal/mdindicator/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

elpinal

About

Markdown indicator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages