-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package deprecation notice #56
Comments
IMHO this is out of scope for this module. |
Is it out of scope to print the deprecation notice for a CLI tool that is simply out of date, when the out of date version has been deprecated. Especially if the deprecation notice contains text like npm's example: This seems like critical information we should be disseminating to consumers of these CLI tools. |
I think it's a great idea. PR welcome :) |
Can we make this a separate module? I can see apps where I wouldn't want update notifications but I do want notifications when it's deprecated. |
@sindresorhus based on @robbbz comment, what do you think? I am still in favor of However, should we also have a |
Could the
update-notifier
package also post a console update notification when a CLI tool has been deprecated using npm's deprecate command?The text was updated successfully, but these errors were encountered: