generate_notices
Scan a project directory and generate a THIRD-PARTY-NOTICES.md attribution document listing dependencies for client hand-off.
Instructions
Write a THIRD-PARTY-NOTICES.md attribution document for client hand-off.
Args:
path: Project directory to scan.
output: Output file. Relative paths are resolved against path.
Returns: The absolute path written and how many dependencies were listed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| output | No | THIRD-PARTY-NOTICES.md |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |