Skip to content

mkuzdowicz/app-for-drawing-in-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application for drawing in terminal

Overview

code challenge created for fun

  • Program is written in Java 8 and uses gradle as a build tool
  • You do not need to install gradle as this project uses gradle wrapper
  • external libraries used: only test libs for assertions and spies - junit, mockito

Requierments

How To build a jar

on mac or linux

./gradlew

on windows

gradlew

How to run and rerun all tests from command line

on mac or linux

./gradlew --rerun-tasks test

on windows

gradlew --rerun-tasks test

How To run application from root directory it needs to be build first

java -jar build/libs/drawing-app-1.0.0.jar

About

app for drawing in terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages