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

https://github.com/nkg447/alfred

CLI Tool for competitive programmers.
https://github.com/nkg447/alfred

cli java jcommander

Last synced: 9 months ago
JSON representation

CLI Tool for competitive programmers.

Awesome Lists containing this project

README

          

# Alfred
Your own butler to run your code against test cases.

Alfred is a CLI application written in Java.

## Download
Download the pre - build software -

for linux [click here](https://sourceforge.net/projects/nkg447-alfred/files/Alfred-0.0.1-linux.tar.gz/download)

for Windows[click here](https://sourceforge.net/projects/nkg447-alfred/files/Alfred-0.0.1-Windows.exe/download)

### How To Use :
see [HOW_TO_USE.md](https://github.com/nkg447/Alfred/blob/master/HOW_TO_USE.md)

video - https://www.youtube.com/watch?v=fzP9lKlKowA

## Getting Started
These instructions will help you get the project up and running on your local machine for development and testing purposes.

### Prerequisites
Install these softwares before going further -
* *JAVA*
* *MAVEN* to install -> [how to install](https://www.mkyong.com/maven/how-to-install-maven-in-ubuntu/)

### Installing
#### Eclipse
Import the project to eclipse and perform a maven build operation with "install" as the goal.

#### Terminal
Execute the following commands to build the project.
```
$ pathToMavenFolder/bin/mvn install
```
Usually the pathToMavenFolder is "/usr/share/maven/".

## Language Supported
* JAVA
* C++
* PYTHON
* C

## Built With
* [Maven](https://maven.apache.org/) - Dependency Management
* [JCommander](jcommander.org) - Parse Command Line Parameters

## Why?

¯\\_(ツ)_/¯ (eeh...)