Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monorun

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monorun

Intelligently detects and runs scripts specific to your project's directory in the terminal.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-20%
Maintainers
1
Weekly downloads
 
Created
Source

monorun

Introduction

This package intelligently detects your current directory within your project in the terminal. It then allows you to run scripts specific to the package you're in. You also have the option to select a different scope, such as the project's root, which provides you with a list of scripts from the root package.json. In both cases, you can easily choose from the available scripts and execute them.

Preview`

Features

  • Easily locate and access package.json files in your project.
  • Detect the package manager used in your project (e.g., npm or yarn).
  • Select and run scripts defined in your package.json.
  • Suitable for both monorepo and single-package projects.
  • Automatically detects package manager, support of npm, pnpm, yarn and bun

Installation

You can install this package globally to use it as a command-line tool:

npm install -g monorun

Aliases

  • monorun
  • mrun
  • run

Usage

To use this package, run it from the command line:

monorun

Follow the prompts to select the scope (current package or project root) and script you want to run.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to help improve this package.

License

This package is licensed under the MIT License. See the LICENSE file for details.

Keywords

FAQs

Package last updated on 20 Dec 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc