Closed ulken closed 10 years ago
Thanks for this pull request.
This looks great, but I want separated commit for each topic (black list support, cosmetic change and humanized package name). Also I think it would be great if humanized package name is configurable.
Hi,
Nice package you have built, but I found myself in the need of preventing some packages from being updated automatically, so I added a Blacklist option.
In order to filter out packages I had to use
apm install
instead ofapm upgrade
(which does not take package names as an argument). Under the hood, apmupgrade
usesinstall
also. So right now, it is runningapm upgrade --list --json
to get a list of what updates are available and then filtering potential packages before running install.Other than that, I have made a few CoffeeScript-cosmetic changes (feel free to neglect them) and display more human-friendly package names in the notification.
Have a good day!
PS. I have also updated the
README
if you feel like adopting it.