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.
- Host: GitHub
- URL: https://github.com/nkg447/alfred
- Owner: nkg447
- License: mit
- Created: 2017-07-23T09:08:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T05:10:33.000Z (over 7 years ago)
- Last Synced: 2025-06-23T01:40:24.532Z (12 months ago)
- Topics: cli, java, jcommander
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...)