Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simon-he95/runall


https://github.com/simon-he95/runall

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## @simon_he/runall
并行执行命令

## Install
```
npm i @simon_he/runall
```

## Usage
```
# Package.json
"scripts":{
"run-all":"runall \"pnpm lint\" \"pnpm i\"",
"run-all":"runall \"lint*\" --parallel",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 --cache",
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 --cache",
}
```

## License
[MIT](./LICENSE) License © 2022 [Simon He](https://github.com/Simon-He95)

Buy Me A Coffee

![sponsors](https://www.hejian.club/images/sponsors.jpg)