New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

monor

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monor

[![CircleCI](https://circleci.com/gh/acro5piano/monor.svg?style=svg)](https://circleci.com/gh/acro5piano/monor) [![npm version](https://badge.fury.io/js/monor.svg)](https://badge.fury.io/js/monor)

latest
Source
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 03 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts