suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 24 forks source link

"Watch" mode for `make subo` #176

Open MacklinEngineering opened 2 years ago

MacklinEngineering commented 2 years ago

Now, if you make a code change in Subo, you have to re run make subo which can become comberson to developers.

Automatically running make subo upon save of all files within subo would make the process smoother.

ospencer commented 2 years ago

We likely would want a specific make command to watch file changes, something like make subo/watch rather than trying to get make itself to re-execute!

Something like https://github.com/mitranim/gow could work, but that requires users to already have it installed on their machines. This would probably take some research to get right.

@cohix would something like a make subo/watch command make sense?