# html2maud
Library / CLI / GUI to convert html to [maud]() template code.
# Online version
[html2maud online](https://grayfallstown.github.io/html2maud/)
# Binary Usage
`cargo install html2maud-bin`
`html2maud-bin --in my.html --out my.maud`
`cat my.html | html2maud-bin --stdin`
```
Usage: html2maud [OPTIONS]
Options:
-i, --in
-o, --out