ForgeMaker is a very small Java application that allows you to easily create a new modding project!
In order to create a new project, just launch ForgeMaker (you have to have Java JRE installed!), and click the "Create Project" button.
This will bring up a new window, where you can fill out the projects name.
After you've filled out the project name, you need to select the folder that the project will be located in.
NOTE! This folder is NOT where the Minecraft Forge files will be located, this is where a folder with the Projects name will be created!
Once you have selected a folder, just press create, and you're done! The program will now download and extract forge into the project directory!
You still need to manually run the gradlew command for your IDE, i will try to automate that process eventually, but for now it needs to be done manually.
Also i didn't think this needed to be said, but this is NOT a Minecraft Mod, this is a standalone Java Application, that you run by double-clicking the JAR file.

