marcello3d / node-licensecheck

A quick way to see the licenses of node modules you depend on—recursively.
zlib License
56 stars 18 forks source link

color flags #2

Open Raynos opened 11 years ago

Raynos commented 11 years ago

Allow running licensecheck with --yellow or --red to not render all the green MIT noise.

I generally only care about "which deps have no licence or have a weird licence file or have copy left (GPL) licences"

marcello3d commented 11 years ago

Maybe a license filter? e.g. --hide MIT,zlib,BSD

Raynos commented 11 years ago

That could work too. --hide MIT gets rid of 90% :D