Convert the output from a terminal command that is decorated with ANSI escape sequences into customizable HTML (with a small amount of code).
This module complements Parse::ANSIColor::Tiny by providing a simple HTML markup around its output.
Parse::ANSIColor::Tiny returns a data structure that's easy to reformat into any desired output. Reformatting to HTML seemed simple and common enough to warrant this module as well.