1.0.0-alpha2.3 • Published 6 years ago

justo.plugin.kill v1.0.0-alpha2.3

Weekly downloads
12
License
-
Repository
bitbucket
Last release
6 years ago

justo.plugin.kill

Justo plugin for sending the KILL signal to one or more processes. It's a local and SSH-compatible plugin.

Developed in Dogma, compiled to JavaScript.

Proudly made with ♥ in Valencia, Spain, EU.

Use

const kill = require("justo.plugin.kill")

kill task

This task sends the kill signal to one or more processes:

kill({ps})
  • ps (string or number, required). Pattern or PID.

When ps is a number, the plugin uses kill command; otherwise, pkill -f.

Example:

kill({
  ps: "./node_modules/.bin/http-server"
});
1.0.0-alpha2.3

6 years ago

1.0.0-alpha2.2

6 years ago

1.0.0-alpha2.1

6 years ago

1.0.0-alpha2.0

6 years ago