26 lines
415 B
Plaintext
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
|
|
[ ] ...
|