zumwald / oss-attribution-generator

utility to parse bower and npm packages used in a project and generate an attribution file to include in your product
MIT License
37 stars 23 forks source link

feat(deps): skipping dependencies via CLI #23

Open zewa666 opened 4 years ago

zewa666 commented 4 years ago

this allows to skip inidividual dependencies by name by providing -s with a list of comma separated dependency names.

This was necessary for example when having to deal with fsevents which isn't installed on any OS except Darwin but the generator still tries to look it up in the node_modules and fails due to not finding the package.json.