Skip to content

zakgof/counting-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages