Skip to content

Instantly share code, notes, and snippets.

@aalmiray
Last active August 29, 2015 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalmiray/f39cfe6d4053d5aeb86a to your computer and use it in GitHub Desktop.
Save aalmiray/f39cfe6d4053d5aeb86a to your computer and use it in GitHub Desktop.
gradle stats
$ gradle stats
:stats
+----------------------+-------+-------+
| Name | Files | LOC |
+----------------------+-------+-------+
| Groovy Sources | 4 | 28 |
| Java Sources | 1 | 2 |
| Groovy Test Sources | 1 | 16 |
| Models | 1 | 8 |
| Views | 1 | 24 |
| Controllers | 1 | 10 |
| Config | 1 | 12 |
| Lifecycle | 1 | 16 |
+----------------------+-------+-------+
| Totals | 11 | 116 |
+----------------------+-------+-------+
BUILD SUCCESSFUL
Total time: 1.026 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment