TUI for pnpm run
#9299
tylersayshi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From trying turborepo, I've come to really appreciate the tui output mode for running multiple scripts at once. This is particularly helpful when running a monorepo in dev mode with multiple scripts that are interesting.
For example: running a node server,
vite dev
, andtsc --watch
all at the same time feels like a common scenario.here is an example of what this looks like:
this was taken from this logrocket blog
Not all projects need or want turborepo though. The build cache is what seems core to the turborepo value proposition, but the UI seems like a piece that could be replicated here. Adding a tui to pnpm may be too large a lift, but it seems like something that would serve very general usefulness to me.
Maybe this is something that should be build as a pnpm add on of sorts first? Like a generalized script runner/visualizer for pnpm monorepos?
Beta Was this translation helpful? Give feedback.
All reactions