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
- Host: GitHub
- URL: https://github.com/gregwhitaker/translator-cli
- Owner: gregwhitaker
- Created: 2017-03-14T16:11:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T22:34:20.000Z (over 9 years ago)
- Last Synced: 2025-02-25T17:41:25.344Z (over 1 year ago)
- Topics: interview
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```