jamiebuilds / jamiebuilds/workspaces-run
Support color in output
Open
- Dominant language
- TypeScript
- Stars
- 95
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
With `yarn` and `npm@7` now supporting workspaces, and with monorepos becoming easier to manage because of it, packages like this are incredibly useful in helping to keep things really lean. I have a repo with several projects in it and I can now coordinate calls to `tsc`, `eslint` and `jest` all from the top level, even run my own scripts to perform other build related tasks.
The only thing missing is colored output that the executing commands may be generating. Could this be added as a feature?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.