Files
ares/public/assets/htmx/TODO.md
Beyhan Oğur 4d92991817 first commit
2026-04-26 21:30:42 +03:00

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 output
  • renderTemplateWithContext, module's main functionality
  • DELIM, for custom scriptlet delimiters, i. e. var htmx= require('htmx')( ['<%', '%>'] )