u2

run multiple processes on a single process

Usage no npm install needed!

<script type="module">
  import u2 from 'https://cdn.skypack.dev/u2';
</script>

README

u2

Install

npm install -g u2

Usage

u2 'npm run watch' 'npm run serve'

Why

While it is possible to do something like npm run watch & npm run serve that causes npm run watch to run in the background and killing the parent process won't terminate it