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

https://github.com/gregwhitaker/translator-cli

Interview Test
https://github.com/gregwhitaker/translator-cli

interview

Last synced: about 1 month ago
JSON representation

Interview Test

Awesome Lists containing this project

README

          

# translator-cli

## Building the App
The application can be built using the following Gradle command:

```
$ ./gradlew build installDist
```

## Running the App
You can run the application from the root of the project directory using the following command:

```
$ ./build/install/translator-cli/bin/translator-cli example/Set1.txt example/Set2.txt example/Set3.txt
```