writeAboutLibrariesNPMOutput(licenses
, androidProjectPath
, aboutLibrariesLikeOutput?
): void
Generates AboutLibraries-compatible metadata for NPM dependencies
This will take scanned NPM licenses and produce following output inside android project's directory:
Name | Type | Description |
---|---|---|
licenses |
AggregatedLicensesObj |
Scanned NPM licenses |
androidProjectPath |
string |
Path to the Android project directory |
aboutLibrariesLikeOutput? |
AboutLibrariesLikePackageInfo [] |
Optional pre-generated output to use instead of generating it using generateAboutLibrariesNPMOutput |
void
See