monor

0.2.4 • Public • Published

CircleCI npm version

monor

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:

npm -g install monor

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

monor

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

Readme

Keywords

none

Package Sidebar

Install

npm i monor

Weekly Downloads

23

Version

0.2.4

License

MIT

Unpacked Size

306 kB

Total Files

34

Last publish

Collaborators

  • acro5piano