add readme
This commit is contained in:
parent
873c97a120
commit
2acfb53774
2 changed files with 19 additions and 2 deletions
|
@ -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
19
README.md
Normal 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
|
Loading…
Reference in a new issue