ELVIS (IVLE spelled backward) is a batch file downloader for workbins in the IVLE platform.
This application is programmed with Kotlin. It supports all major platforms Windows, MacOS and Linux.
- Java JRE 1.8+
- Download the latest version from here.
- Double-click on the
.jar
file. - Have fun!
Run the following commands with your favourite command prompt/powershell/terminal:
- Navigate to your download directory:
$ cd C:\Users\kfwong\Download\
- Execute
.jar
file
$ java -jar <my-elvis-app>.jar
This project started in August 2017 just before the new semester starts. It is still in infancy so there's a lot of improvement can be made!
If you are interested in contributing to this project, we invite you to read up this document!