(Quick Reference)

stats

目的
Purpose

アプリケーション内のファイル数や行数など、基本的な統計情報を表示します。

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

使用例
Examples

> grails stats
+----------------------+-------+-------+
| Name                 | Files |  LOC  |
+----------------------+-------+-------+
| Controllers          |     1 |    66 |
| Domain Classes       |     1 |     3 |
| Integration Tests    |     2 |     8 |
+----------------------+-------+-------+
| Totals               |     4 |    77 |
+----------------------+-------+-------+