msrajawat298/Project Report Generator
Generates a comprehensive report about the project, including directory structure, tech stack, and usage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| report_format | The format of the report (html or md). | yes | md |
| exclude_files | Comma-separated list of files or folders to exclude from analysis. | no | node_modules,build,.git |
| upload_artifact | Upload the generated report as an artifact. | no | false |
| commit_report | Commit the generated report to the repository. | no | false |
| commit_username | Allows you to customize the committer username | no | github-actions |
| commit_email | Allows you to customize the committer committer_email | no | github-actions@github.com |
Outputs
| name | description |
|---|---|
| report_path | The path to the generated report. |