3 releases (breaking)
0.3.0 | Jun 29, 2020 |
---|---|
0.2.0 | Jun 19, 2020 |
0.1.0 | Jun 19, 2020 |
#92 in #markdown-html
11KB
60 lines
mdconv - a simple cli markdown to html converter
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
Dependencies
~2.5MB
~44K SLoC