gradle build
gradle :name-score-calculator:build
gradle :name-score-cli:build
gradle :name-score-api:build
gradle bootRun
gradle :name-score-cli:bootRun
java -jar name-score-shell/build/libs/name-score-shell-0.0.1.jar
docker build -t shrader:latest
docker run --rm -it -v $(pwd):/usr/src/project shrader
docker run --rm -it --mount type=bind,src="proxy.php?url=https%3A%2F%2Fwww.github.com%2F%24%28pwd%29",dst=/usr/src/project shrader
--name
docker exec -it <name> bash
score-file --strategy [options] --csv-file [file]
score-file --strategy SECOND --csv-file src/main/resources/SmallFile.csv
score-file --strategy THIRD --csv-file src/main/resources/SmallFile.csv
score-file --strategy TENTH --csv-file src/main/resources/SmallFile.csv
curl -v 'http://localhost:8080/shrader/name-score?strategy=primary' curl -v 'http://localhost:8080/shrader/name-score/add?lhs=10&rhs=28'