719 B
719 B
TODO
- require command-line-args
- build
- watch
Maybe this can grow to be a PHP-like execution environment, so that live HTTP responses can be generated and served.
DONE
v0.0.2 alpha
- fix
npm install -g htmx
v0.0.1 alpha
- npm package
preprocess, for doing whatever you want before scriptlet's final outputrenderTemplateWithContext, module's main functionality- DELIM, for custom scriptlet delimiters, i. e.
var htmx= require('htmx')( ['<%', '%>'] )