https://github.com/jeroen-meijer/multrix
Run any commands in parallel with excellent logging and error handling.
https://github.com/jeroen-meijer/multrix
cli commands concurrency npm parallel
Last synced: 7 months ago
JSON representation
Run any commands in parallel with excellent logging and error handling.
- Host: GitHub
- URL: https://github.com/jeroen-meijer/multrix
- Owner: jeroen-meijer
- Created: 2024-03-25T16:10:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:14:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T00:19:29.521Z (over 1 year ago)
- Topics: cli, commands, concurrency, npm, parallel
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multrix
> This readme is automatically generated by [create-ink-app](https://github.com/vadimdemedes/create-ink-app)
## Install
```bash
$ npm start
```
## CLI
```
$ multrix --help
Usage
$ multrix
Options
--name Your name
Examples
$ multrix --name=Jane
Hello, Jane
```