Created
December 31, 2010 17:11
-
-
Save lucastex/761154 to your computer and use it in GitHub Desktop.
Starting a grails project... The correct way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
air:[project] lucastex$ grails stats | |
Welcome to Grails 1.3.6 - http://grails.org/ | |
Licensed under Apache Standard License 2.0 | |
Grails home is set to: /Users/lucastex/java/grails-1.3.6 | |
Base Directory: /Users/lucastex/workspaces/[project] | |
Resolving dependencies... | |
Dependencies resolved in 27ms. | |
Running script /Users/lucastex/java/grails-1.3.6/scripts/Stats.groovy | |
Environment set to development | |
+----------------------+-------+-------+ | |
| Name | Files | LOC | | |
+----------------------+-------+-------+ | |
| Controllers | 3 | 55 | | |
| Domain Classes | 3 | 51 | | |
| Tag Libraries | 1 | 41 | | |
| Groovy Helpers | 1 | 14 | | |
| Unit Tests | 2 | 198 | | |
| Integration Tests | 4 | 255 | | |
+----------------------+-------+-------+ | |
| Totals | 14 | 614 | | |
+----------------------+-------+-------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment