generateLicensePlistNPMOutput(licenses
, iosProjectPath
): string
Generates LicensePlist-compatible metadata for NPM dependencies as a YAML string.
To write a file directly, use writeLicensePlistNPMOutput
function.
Name | Type | Description |
---|---|---|
licenses |
AggregatedLicensesObj |
Scanned NPM licenses |
iosProjectPath |
string |
Path to the iOS project directory |
string
See