Update TODO with more 0.2.0 goals.

This commit is contained in:
Jesse Brault 2025-01-27 07:01:55 -06:00
parent 2b935da385
commit 589bbca889

View File

@ -20,8 +20,12 @@ For example:
- di
- extensible
- fp
- [ ] Remove gradle plugins and whatnot until we actually build the whole framework
- [ ] Cli: add commands for:
- [ ] `server`: start a server for the project, optionally with `-l`/`--live-reload`.
- [ ] `render`: one-off render a template, either from a file (to be compiled) or a class
- [ ] `generate`/`gen`/`g`: generate a template, component, route, etc., in the appropriate source directory
- [ ] Get rid of wvc compiler dependency on di
- [ ] Remove as much cruft as possible from web-view-components-compiler, etc.
## 0.1.3
- [ ] ~~refactor tools/gradle start scripts to use dist instead of custom bin script~~