insin / package-config-checker

Checks if your dependencies have package.json files config or an .npmignore for packaging
MIT License
47 stars 3 forks source link

Add option to show only bad configured packages #7

Closed matheuss closed 5 years ago

matheuss commented 8 years ago

Before

❯ hpm at master ✔ package-config-checker | wc -l
     630

After

❯ hpm at master ✔ package-config-checker --bad-only | wc -l
     104
insin commented 8 years ago

Thanks for the Pull Request.

There's an issue for this feature (#3) which has a couple of other things which would need to be implemented:

matheuss commented 8 years ago

Oh, my bad 😩 I dit not saw the issue 😓 I'll make the changes and resolve the conflicts tomorrow 😊