3 releases
0.1.2 | Oct 10, 2022 |
---|---|
0.1.1 | Oct 10, 2022 |
0.1.0 | Jun 21, 2022 |
#1812 in Text processing
9KB
185 lines
mdbook-to-github-wiki
Turns an mdbook
book into a github wiki
Getting started
// build.rs
fn main() -> Result<(), std::io::Error> {
let _ = mdbook_to_github_wiki::Builder::new()
.set_name(".github/wiki")
.run();
Ok(())
}
Dependencies
~0.1–7MB
~38K SLoC