This tool organizes the files on your system.
###Currently supported files:
- mp3
- flac
- Java 7
- SBT 0.13 or greater
- Internet connection (in order for SBT to be able to download the necessary dependencies)
-
Get the source code:
$ git clone https://github.com/agilesteel/Organizer.git $ cd Organizer
-
Launch SBT:
$ sbt
-
Compile/Test/Run:
$ compile $ test // unit tests $ integration:test // integration tests $ acceptance:test // acceptance tests $ run