Library / CLI / GUI to convert html to maud template code.
cargo install html2maud-bin
html2maud --in my.html --out my.maud
cat my.html | html2maud
``` Usage: html2maud [OPTIONS]
Options: -i, --in -o, --out
While a gui exists, there is currently a bug where the gui does not show up when installed via cargo install
.
If you use cargo run
, just pass no arguments to html2maud and a tauri + pâro GUI will show up.
``` use html2maud::*;
fn main() { let html = "
Paragraph
MIT or Apache 2