Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.15 KB

ELVIS

travis-ci downloads-count

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.

elvis-ui

Prerequisite

  • Java JRE 1.8+

Usage

  1. Download the latest version from here.
  2. Double-click on the .jar file.
  3. Have fun!

Alternative: Can't open jar?

Run the following commands with your favourite command prompt/powershell/terminal:

  1. Navigate to your download directory:
$ cd C:\Users\kfwong\Download\
  1. Execute .jar file
$ java -jar <my-elvis-app>.jar

Developers & Designer Wanted!

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!