JPM - Java Command Line tool to manage projects and dependencies
*For every occurence of ./jpm, replace it with java -jar "JPM.jar" in this instruction set
To use JPM, enter the command line in the directory where you want to create a new project
Enter the command ./jpm start and select the JDK version
Enter ./jpm init to initialize a project folder and set a main class
cd (Change Directory) to the project folder and Enter ./jpm build to build the project into a jar file The resulting jar file will be placed in the dist/ folder of the project