28 lines
719 B
Markdown
28 lines
719 B
Markdown
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_](https://gist.github.com/godDLL/f31224df756fff2623290e331b40b1fe/2154551fb333e861ab258ccb42e6d30fd2733a04)
|
|
|
|
- fix `npm install -g htmx`
|
|
|
|
### v0.0.1 [_alpha_](https://gist.github.com/godDLL/f31224df756fff2623290e331b40b1fe/48c895ca80bb4b744e0336b6d71dfd27b4ca9106)
|
|
|
|
- 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')( ['<%', '%>'] )`
|
|
|
|
|