Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

javakiller

davidagtz13ISC1.0.2

Kills Java programs on Windows

readme

JavaKiller

Kills Java programs with name of file. Now it can also compile and run Java programs.

Getting Started

Prerequisites

Must be a windows machine running NodeJS.

Installing

In the command line

npm install -g javakiller

Using the Package

var jkill = require('javakiller');
jkill.javac('example-name');
jkill.java('example-name');
jkill.kill('example-name');

Built With

  • NodeJS - The JavaScript environment used

License

This project is licensed under the ISC License - see the LICENSE.md file for details