Metalpet is an application that performs file system operations described in a JSON file. Its original purpose was to initialize a Java project from a template by renaming the appropriate files and Java identifiers.
- JDK 12
- Maven
- Clone this repository and navigate to its root directory
- Execute
mvn clean install
to build it