nearform-actions/Licenses export
Generates a file with the dependencies used in the application with their respective licenses.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the directory where the package.json file and the node_modules folder are, it supports multiple directories by passing them into new lines | no | ./ |
| licenses-file | Licenses output JSON file | no | — |
| include-dev | Include development packages | no | false |
| include-transitive | Include transitive packages | no | true |
| exclude-packages | A comma-separated list of packages to ignore | no | "" |
Outputs
| name | description |
|---|---|
| licenses | JSON representation of the licenses list |