mdconv

Crates.iomdconv
lib.rsmdconv
version0.3.0
sourcesrc
created_at2020-06-19 18:41:17.58425
updated_at2020-06-29 15:19:51.960984
descriptionA simple cli markdown to html converter
homepagehttps://github.com/groow-dev/mdconv
repositoryhttps://github.com/groow-dev/mdconv
max_upload_size
id255785
size29,832
Tobias Tschinkowitz (kveldur)

documentation

https://github.com/groow-dev/mdconv

README

mdconv - a simple cli markdown to html converter

Crates.io Crates.io Continuous Deployment

Installation

Pre-built binaries are available on the GitHub Releases tab.

# install
$ cargo install mdconv

# upgrade
$ cargo install --force mdconv

# clone, build and install
$ git clone https://github.com/groow-dev/mdconv.git
$ cd mdconv
$ cargo install --path .

Usage

# using stdin and stdout
$ mdconv

# stdin to output file
$ mdconv -o output.html

# input file to stdout
$ mdconv -i input.md

# input file to output file
$ mdconv -i input.md  -o output.html

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt