Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/runall
https://github.com/simon-he95/runall
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simon-he95/runall
- Owner: Simon-He95
- License: mit
- Created: 2022-12-16T12:35:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:42:10.000Z (7 months ago)
- Last Synced: 2024-04-14T08:54:53.046Z (7 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license
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)
![sponsors](https://www.hejian.club/images/sponsors.jpg)