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
239 forks
Language: JavaScript
last commit: 3 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,326 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,493 |
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,232 |
foreversd/forever | A tool to run scripts continuously | 13,880 |
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. | 122 |
bahmutov/npm-quick-run | A tool to quickly run NPM scripts by prefix without typing the full name | 140 |
timoxley/npm-run | A tool that allows running locally installed node module executables from the command-line. | 185 |
tj/n | A tool for managing multiple versions of Node.js on a single system | 18,881 |
sindresorhus/np | Automates and simplifies the process of publishing npm packages to a reliable and repeatable manner | 7,557 |
nodenv/nodenv | A tool for managing multiple NodeJS versions on a single system | 2,249 |
raineorshine/npm-check-updates | Automates checking and upgrading package dependencies to their latest versions. | 9,442 |
nvm-sh/nvm | A tool to manage multiple versions of Node.js on a system | 80,353 |
dylang/npm-check | Automates dependency checks and updates for JavaScript projects | 6,584 |
nexe/nexe | A tool for creating standalone executables from Node.js applications | 13,025 |