Overview
Therev-dep entry-points command analyzes your project structure to identify all potential entry points. An entry point is a source file that is not imported by any other file.
Entry points can represent:
- The main entry of the application
- Individual pages or features
- Configuration or test bootstrap files
Usage
Flags
List of conditions for package.json imports resolution (e.g. node, imports, default)
Only display the number of entry points found
Working directory for the command
Enable resolution of imports from monorepo workspace packages. Pass without value to follow all, or pass package names
Exclude files matching these glob patterns from analysis
Exclude type imports from the analysis
Path to package.json
Show the number of dependencies for each entry point
Exclude files matching these glob patterns from results
Only include files matching these glob patterns in results
Path to tsconfig.json
Show warnings and verbose output
Help for entry-points command
