Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
Node JS
Node JS
/Node Module/package.json/package.json scripts/
npm-run-all
Search

npm-run-all

Creator
Creator
Seonglae Cho
Created
Created
2021 May 2 8:30
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Feb 7 6:53
Refs
Refs
npm run
 
 
mysticatea/npm-run-all
A 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.
mysticatea/npm-run-all
https://github.com/mysticatea/npm-run-all
mysticatea/npm-run-all

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
Node JS
Node JS
/Node Module/package.json/package.json scripts/
npm-run-all
Copyright Seonglae Cho