Analyzes the stats.json generated by the angular cli during build to extract licenses and packages, which are part of the resulting binary.
license-n-package-collector
Options:
--workingDirectory Specify the working directory of the exporter json.
[string] [required]
--result Specify where to write the json containing the
analyze result. [string] [required]
--stats Specify the path to the statistic json.
[string] [required]
--extractLicenses Extract all licenses and report them in the result.
[boolean] [default: true]
--packageOutput Specific folder where the referenced packages should be
downloaded to. [string] [default: null]
--help Show help [boolean]