README
Install
npm install -g pkad
Usage
Kill process in current directory:
pkad node
Kill process in other directory:
pkad node ../http-server/node
pkill all in directory
<script type="module">
import pkad from 'https://cdn.skypack.dev/pkad';
</script>
npm install -g pkad
Kill process in current directory:
pkad node
Kill process in other directory:
pkad node ../http-server/node