HTML in shell for torture and pain
Go to file
Case Duckworth 58dac733ca Add heresy
I'm still not sure if it quite works, sooooooo
2021-02-01 00:46:02 -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 Libraryize 2020-03-15 18:23:38 -05:00
heresy Add heresy 2021-02-01 00:46:02 -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