Crates.io | mdconv |
lib.rs | mdconv |
version | 0.3.0 |
source | src |
created_at | 2020-06-19 18:41:17.58425 |
updated_at | 2020-06-29 15:19:51.960984 |
description | A simple cli markdown to html converter |
homepage | https://github.com/groow-dev/mdconv |
repository | https://github.com/groow-dev/mdconv |
max_upload_size | |
id | 255785 |
size | 29,832 |
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 .
# 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
Licensed under either of
at your option.
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.