1.0.2 • Published 6 years ago

javakiller v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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