Terminal UI for watch scripts, similar to Turborepo 2.0 #29098
romannurik
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
I threw my attempt at this over onto npm, here: I do wish this were built-in though, or at least less hacky. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is anyone looking into building something like Turborepo's Terminal UI for NX, which is super super useful for watch scripts?
This is what it looks like:
I've tried making my own, powered by
blessed.js
, and delivered as a custom executor, but because of #8167 (no custom logging), the only real way to do it is spawn multiplenx
subprocesses, which is super flaky (likely due to cache read/write collisions, etc)Beta Was this translation helpful? Give feedback.
All reactions