SamStan4 / file-system-simulator

Repository from Github https://github.comSamStan4/file-system-simulatorRepository from Github https://github.comSamStan4/file-system-simulator

file-system-simulator

Commands N' Stuff

Building the project

mvn compile

Executing the Project (make sure to build first)

mvn exec:java

Cleaning the Project

mvn clean

Maven Generation

mvn archetype:generate \
  -DgroupId=com.samstanley \
  -DartifactId=file-system-simulator \
  -DarchetypeGroupId=org.apache.maven.archetypes \
  -DarchetypeArtifactId=maven-archetype-simple \
  -DarchetypeVersion=1.5

About

License:MIT License


Languages

Language:Java 100.0%