Name : nodejs-npm-run-all
| |
Version : 4.1.5
| Vendor : obs://build_opensuse_org/home:illuusio
|
Release : lp155.2.1
| Date : 2023-06-08 13:03:16
|
Group : Development/Languages/NodeJS
| Source RPM : nodejs-npm-run-all-4.1.5-lp155.2.1.src.rpm
|
Size : 2.68 MB
| |
Packager : https://www_suse_com/
| |
Summary : CLI tool to run multiple npm-scripts in parallel or sequential
|
Description :
CLI tool to run multiple npm-scripts in parallel or sequential
* Simplify. The official npm run-script command cannot run multiple scripts, so if we want to run multiple scripts, it\'s redundant a bit. Let\'s shorten it by glob-like patterns. Before: npm run clean && npm run build:css && npm run build:js && npm run build:html After: npm-run-all clean build: * Cross platform. We sometimes use & to run multiple command in parallel, but cmd.exe (npm run-script uses it by default) does not support the &. Half of Node.js users are using it on Windows, so the use of & might block contributions. npm-run-all --parallel works well on Windows as well.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/illuusio:/nodejs-packages/15.5/x86_64 |