toes/TODO.txt
Chris Wanstrath eef3df7534 take a look
2026-01-27 16:58:04 -08:00

35 lines
556 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
[x] watch each app and restart it on update
[x] watches for and adds/removes apps
## apps
[ ] truism
[ ] big clock
[ ] shrimp repl(?)
[ ] dungeon party
## cli
[ ] `toes --help`
[ ] `toes --version`
[ ] `toes list`
[ ] `toes new`
[ ] `toes pull`
[ ] `toes push`
[ ] `toes sync`
## webui
[x] list projects
[ ] start/stop/restart project
[ ] todo.txt
[ ] ...