Skip to content

leloscheidt/file-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-explorer

Generic File Explorer/Parser

Build Status

1. Dependencies

  • JDK 8+
  • Maven

2. Clone it

git clone https://github.com/leloscheidt/file-explorer.git

3. Run test

Go to the file-explorer folder and run:

mvn clean test

4. Run application

4.1. Packing the application

Go to the file-explorer folder and run:

mvn clean package

4.2. Running the application

Check if the jar file was generated inside of target folder and after run:

java -jar target/file-explorer-0.0.1.jar

About

Generic File Explorer/Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages