add readme

This commit is contained in:
Michael Zhang 2021-07-06 00:40:51 -05:00
parent 873c97a120
commit 2acfb53774
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 19 additions and 2 deletions

View file

@ -4,8 +4,6 @@ version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.41"
comrak = "0.10.1"

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# Markout
Extract code blocks from markdown files.
Build: `cargo build`
Run:
```
markout --help
markout [file]
markout --lang py [file]
```
## Contact
License: GPL3
Author: Michael Zhang