51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
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
|
|
[ ] run on rpi on boot
|
|
[ ] found at http://toes.local
|
|
[ ] https?
|
|
[ ] apps are subdomains (verify if this works w/ chrome+safari)
|
|
[ ] if not: apps get ports but on the proper domain ^^
|
|
|
|
## apps
|
|
|
|
[x] truism
|
|
[x] big clock
|
|
[ ] shrimp repl(?)
|
|
[ ] dungeon party
|
|
|
|
## cli
|
|
|
|
[x] `toes --help`
|
|
[x] `toes --version`
|
|
[x] `toes list`
|
|
[x] `toes start <app>`
|
|
[x] `toes stop <app>`
|
|
[x] `toes restart <app>`
|
|
[x] `toes open <app>`
|
|
[x] `toes logs <app>`
|
|
[x] `toes logs -f <app>`
|
|
[x] `toes info <app>`
|
|
[x] `toes new`
|
|
[x] `toes pull`
|
|
[x] `toes push`
|
|
[x] `toes sync`
|
|
[ ] `toes new --spa`
|
|
[ ] `toes new --ssr`
|
|
[ ] needs to either check toes.local or take something like TOES_URL
|
|
|
|
## webui
|
|
|
|
[x] list projects
|
|
[x] start/stop/restart project
|
|
[x] create project
|
|
[ ] todo.txt
|
|
[ ] ...
|