npm-run-all
Script runner
A tool to simplify running multiple npm scripts in parallel or sequential.
A CLI tool to run multiple npm-scripts in parallel or sequential.
6k stars
35 watching
241 forks
Language: JavaScript
last commit: 6 months ago
Linked from 2 awesome lists
clicli-commandcli-commandsjavascriptmulti-platformnpmnpm-modulenpm-packagenpm-scriptsparallelseries
Related projects:
Repository | Description | Stars |
---|---|---|
remy/nodemon | Automatically restarts Node.js applications upon file changes | 26,366 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,558 |
parallel-js/parallel.js | A utility library for parallel computing in JavaScript, utilizing Web Workers and child processes to simplify concurrent execution of tasks. | 3,235 |
foreversd/forever | A tool to run scripts continuously | 13,887 |
coderaiser/madrun | CLI tool to run multiple npm scripts in a single command line interface | 24 |
coderaiser/redrun | A tool to run multiple npm scripts fast and efficiently by avoiding the overhead of separate processes for each script. | 123 |
bahmutov/npm-quick-run | A tool to quickly run NPM scripts by prefix without typing the full name | 141 |
timoxley/npm-run | A tool that allows running locally installed node module executables from the command-line. | 186 |
tj/n | A tool for managing multiple versions of Node.js on a single system | 18,946 |
sindresorhus/np | An interactive tool for publishing and managing npm packages | 7,586 |
nodenv/nodenv | A tool for managing multiple NodeJS versions on a single system | 2,253 |
raineorshine/npm-check-updates | Automates checking and upgrading package dependencies to their latest versions. | 9,513 |
nvm-sh/nvm | A tool to manage multiple versions of Node.js on a system | 80,998 |
dylang/npm-check | Automates dependency checks and updates for JavaScript projects | 6,588 |
nexe/nexe | A tool for creating standalone executables from Node.js applications | 13,061 |