An open API service indexing awesome lists of open source software.

https://github.com/samstan4/file-system-simulator


https://github.com/samstan4/file-system-simulator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# file-system-simulator

## Commands N' Stuff

### Building the project

```bash
mvn compile
```

### Executing the Project (make sure to build first)

```bash
mvn exec:java
```

### Cleaning the Project

```bash
mvn clean
```

### Maven Generation

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