{"repo":"open-cli-tools/concurrently","free":true,"listed":false,"github":"https://github.com/open-cli-tools/concurrently","clone":"git clone https://github.com/open-cli-tools/concurrently.git","description":"Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.","language":"TypeScript","stars":7829,"topics":["cli","command-line","concurrently","parallel","process","spawn"],"license":"MIT","category":"cli-tools","readme_excerpt":"concurrently Run multiple commands concurrently. Like npm run watch-js & npm run watch-less but better. Table of Contents - concurrently - Why - Installation - Usage - API - [ concurrently(commands[, options]) ](#concurrentlycommands-options) - Command - CloseEvent - FAQ Why I like task automation with npm but the usual way to run multiple commands concurrently is npm run watch-js & npm run watch-css . That's fine but it's hard to keep on track of different outputs. Also if one process fails, others still keep running and you won't even notice the difference. Another option would be to just run all commands in separate terminals. I got tired of opening terminals and made concurrently . Features: - Cross platform (including Windows) - Output is easy to follow with prefixes - With --kill-others switch, all commands are killed if one dies Installation concurrently can be installed in the global scope (if you'd like to have it available and use it on the whole system) or locally for a specific package (for example if you'd like to use it in the scripts section of your package): npm Yarn pnpm Bun ----------- ----------------------- ------------------------------ -------------------------- ------------------------- Global npm i -g concurrently yarn global add concurrently pnpm add -g concurrently bun add -g concurrently Local \\ npm i -D concurrently yarn add -D concurrently pnpm add -D concurrently bun add -d concurrently \\ It's recommended to add concurrently to devDependencies as","default_branch":null,"files":null,"tree":[],"storefront":"/r/open-cli-tools","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/open-cli-tools/concurrently/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}