analyze_package
Analyze a directory of TypeScript/JavaScript files and get a package-level summary. Understand the project's structure and key details at a glance.
Instructions
Analyzes all TypeScript/JavaScript files in a directory, providing a package-level summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the directory | |
| include_tests | No | Include test files (default: false) |