A simple tool for quick starting a Maven repository. You must have Python and cookiecutter installed.
- Create a new repo, using this repo as a template. THE REPO NAME MUST BE A VALID JAVA PACKAGE NAME.
- Clone the repo and cd into it.
- Run
./setup.sh - Add, commit, and push the changes.
- That's it! Even this README and the setup script will automatically be deleted. Start having fun setting up that Java project.