Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bacali95/run-in-all
Run the same yarn or npm script in a list of directories
https://github.com/bacali95/run-in-all
Last synced: 21 days ago
JSON representation
Run the same yarn or npm script in a list of directories
- Host: GitHub
- URL: https://github.com/bacali95/run-in-all
- Owner: bacali95
- License: mit
- Created: 2021-01-23T15:46:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T17:40:06.000Z (over 3 years ago)
- Last Synced: 2024-04-26T05:43:11.474Z (7 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# run-in-all
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e23780d240d14864b9b790983888ef79)](https://app.codacy.com/gh/bacali95/run-in-all?utm_source=github.com&utm_medium=referral&utm_content=bacali95/run-in-all&utm_campaign=Badge_Grade_Settings)
[![npm version](https://badge.fury.io/js/run-in-all.svg)](https://badge.fury.io/js/run-in-all)A CLI tool to run the same npm-script in multiple directories in parallel or sequential.
Ex: `run-in-all --yarn --parallel build server client test`
## Usage
```
run-in-all [command] [directories...]Options:
--help Show help [boolean]
--version Show version number [boolean]
-a, --args Run the command with args. [string] [default: ""]
-p, --parallel Run the command in all directories in parallel. [boolean] [default: false]
-s, --silent Run the command silently, without the command output. [boolean] [default: false]
-y, --yarn Run the command with yarn. [boolean] [default: false]
```