GitHub - acro5piano/monor: List and execute commands under yarn workspaces

1 min read Original article ↗

CircleCI npm version

List commands of each yarn workspaces

image

Why

Every time I run yarn workspaces commands, I have to type yarn workspace @myapp/package start, which is a kind of hard work.

With monor, you can select your workspaces command interactively.

Getting started

Install it globally:

Then just run monor to list all of your commands under your workspaces:

Features

  • Read all scripts package.json under yarn workspaces' packages
  • List and execute commands interactively
  • Run multiple commands concurrently

Development Status

Still in Beta. If you have any suggestions or feature requests, feel free to open new issues or Pull Requests!

Please run the following commands after you clone it:

yarn install
yarn example
yarn test:unit
yarn test:e2e