0.0.2 • Published 2 years ago

@simon_he/runall v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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 © 2022 Simon He

sponsors