HTML in shell for torture and pain
Go to file
Case Duckworth 038787903e Add LICENSE and README 2020-02-24 22:48:53 -06:00
LICENSE Add LICENSE and README 2020-02-24 22:48:53 -06:00
README Add LICENSE and README 2020-02-24 22:48:53 -06:00
hell.sh Initial commit 2020-02-24 22:43:21 -06:00
test.hell Initial commit 2020-02-24 22:43:21 -06:00

README

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