Aloso / to-html

Utilities for making the colo documentation
MIT License
75 stars 10 forks source link

Add flag to emit full HTML document #5

Closed Aloso closed 4 years ago

Aloso commented 4 years ago

With -d or --doc, an HTML file, including inline CSS, is emitted. Try it out:

$ to-html 'cargo test --workspace' -d > output.html
$ firefox output.html