- Objective - The purpose of this repo is to create a standard template to clone from when creating new projects.
- To use this project as template, clone the project into you
~/devdirectory. - Upon cloning, open the project in a text editor (VSCode, IntelliJ, SublimeText, Atom, etc.)
- Ensure that the
artifactIdof the project is changed frommaven-template-projectto a more appropriate project name. - Click view the
README-Sample.mdto view how aREADMEshould be structured for a project.