toes/TODO.txt
Chris Wanstrath 1ec012338f TOES
2026-01-27 14:46:09 -08:00

26 lines
415 B
Plaintext

# toes
## server
[x] start toes server
[x] scans for apps/**/package.json, scripts.toes
[x] runs that for each, giving it a PORT
[x] has GET / page that shows all the running apps/status/port
[ ] watch each app and restart it on update
## cli
[ ] `toes --help`
[ ] `toes --version`
[ ] `toes list`
[ ] `toes new`
[ ] `toes pull`
[ ] `toes push`
[ ] `toes sync`
## webui
[ ] list projects
[ ] todo.txt
[ ] ...