From 589bbca889ec0af0480351f962133c740431d160 Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Mon, 27 Jan 2025 07:01:55 -0600 Subject: [PATCH] Update TODO with more 0.2.0 goals. --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index bb8f7d2..8083554 100644 --- a/TODO.md +++ b/TODO.md @@ -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~~