zakgof / counting-lines

Counting lines in Java files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

counting-lines

Implementing the Counting lines in Java files problem from http://codekata.com/kata/kata13-counting-code-lines/

Quickstart: count lines in its own src folder:

gradlew runOnSelf

How to run

gradlew run <file_or_folder>

How to build and run a jar

gradlew jar 

(and then java -jar <file_or_folder>)

Checkstyle with Google-style config check:

gradlew checkstyleMain checkstyleTest

Run unit tests:

gradlew test

About

Counting lines in Java files

License:Apache License 2.0


Languages

Language:Java 100.0%