New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

run-in

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-in

Run command in all directory

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

#run-in

Description

Run your command in all directory

Why this

CD to every directory and type npm run watch is really tooooooo boring. I even have to keep many tabs of them and jump here and there to watch their logs.

pm2 start maybe another good idea in this case. But why not make a script to do this?

Install

To install run-in from npm, run:

$ npm install -g run-in

Usage

To run npm install in all your prefix-xxx directory, just run

$ run-in -g "prefix-*" -c "npm install"

to watching all your projects in this directory (npm run watch)

$ run-in -g "*" -c "npm run watch"

Screenshot

image

License

Copyright (c) 2017 codefalling

MIT License

FAQs

Package last updated on 04 Mar 2017

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