mdindicator

command module
v0.0.0-...-b6bda03 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2018 License: MIT Imports: 10 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL