-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support run as daemon, and check for updates daily #1
Comments
What happened then? Automatically update all of the dependencies? |
Open a local site to report what's new, such as use the |
Don't you think that a suddenly opened site may annoy or scare users? Any better suggestion for how to provide a friendly push service as a cli tool ? |
Not possible with CLI. You may take advantage of the system notification api, but Windows, OSX, Linux work differently. |
I think that it's better to implement this by a plugin such as npm-up-daemon. |
https://github.com/mikaelbr/node-notifier may be a good choice to take advantage of the system notification api. |
+1 |
You may use the
nokit.daemonize
to achieve this function.Such as
npm-up --daemon --interval 1day /home/nokit /home/nobone ...
It will check updates for/home/nokit
and/home/nobone
daily in the background.The text was updated successfully, but these errors were encountered: