stats

Purpose

Outputs basic statistics about the current Griffon application, including number of files, line count and so on

Examples

> griffon stats
+----------------------+-------+-------+
| Name                 | Files |  LOC  |
+----------------------+-------+-------+
| Models               |     1 |     3 |
| Views                |     1 |    10 |
| Controllers          |     1 |     7 |
| Lifecycle            |     5 |     8 |
| Integration Tests    |     1 |     6 |
+----------------------+-------+-------+
| Totals               |     9 |    34 |
+----------------------+-------+-------+

Options: