cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Replace logger with static log messages #335

Closed rglover closed 1 year ago

rglover commented 1 year ago

I've grown increasingly frustrated with the CLI loader. It kind of works, but it adds a lot of friction. It would be much easier to replace this with static log messages at the time of some action (e.g., rebuilding or restarting the app).

Do something like this:

> Starting MongoDB...
> Building app...
> Starting app...
> App running at http://localhost:2600

> Rebuilding app...
> App rebuilt!
> Starting app...
> App running at http://localhost:2600

No spinners, no nonsense. Flat and simple.

rglover commented 1 year ago

Done.