Initial commit
This commit is contained in:
24
commands/project-stats.md
Normal file
24
commands/project-stats.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
description: Generate comprehensive project statistics
|
||||
---
|
||||
|
||||
Generate detailed project statistics:
|
||||
|
||||
1. **File Statistics**
|
||||
- Total files by extension (.js, .py, .go, etc.)
|
||||
- Total lines of code
|
||||
- Top 5 largest files
|
||||
|
||||
2. **Directory Structure**
|
||||
- Main directories and their purpose
|
||||
- Depth of directory tree
|
||||
|
||||
3. **Languages Used**
|
||||
- Primary programming languages
|
||||
- Percentage breakdown
|
||||
|
||||
4. **Code Metrics**
|
||||
- Average file size
|
||||
- Total number of functions/classes (if detectable)
|
||||
|
||||
Present results in a well-formatted table or summary.
|
||||
Reference in New Issue
Block a user