behance / license-to-fail

A license to fail your build (exits when a package in node_modules has a disallowed license)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discussion/Ideas: Help manage allowedPackages

hzoo opened this issue · comments

commented
  • If a package isn't actually in node_modules anymore and is in allowedPackages - it could error/warn that the entry should be removed since it isn't necessary?
  • auto add unknown packages to the config, and add easy way to move to allowedPackages
  • Make a bot to PR packages without a license 😛

For the first point it would be nice to add a "prune" feature which would remove items in allowedPackages that are no longer in node_modules.