hell: HTML in shell =================== here's an HTML templating library in shell. it's pretty simple, I think: - it makes new tags, with arbitrary attributes and text - it closes those tags automagically - it also can output plain text! however, `hell` *doesn't* make sure you write valid anything. it's planned to be an intermediate step in an SSG-type-thing I'm writing, in between the easy-to-read-and-write source and the HTML template. more to come, I guess. License: MIT