command
module
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2020
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
mdp

A simple CLI that will preview a markdown file in a browser.
Installation
There are binaries for Linux, Mac, and Windows in the releases page.
Or use go get:
go get github.com/andschneider/mdp
Usage
- Pass in the name of the file you'd like to preview with the
-file flag.
mdp -file README.md
Usage of mdp:
-file string
Markdown file to preview
-skip
Skip auto-preview and prevent auto-delete of html file.
inspiration
This repo is based on chapter 3 from the book Powerful Command-Line Applications in Go
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.