Class: automaticUpdates

automaticUpdates()

Automatic Updates

Constructor

new automaticUpdates()

Source:

Members

interval

Update Interval
Source:

source

Source from which to update
Source:

Methods

init(options)

Initialize automatic updates
Parameters:
Name Type Description
options object Options
Properties
Name Type Attributes Default Description
interval number <optional>
3600 Interval over which to check for updates.
source string <optional>
npm The source from which to check for updates.
Source:

(async) updateFromGithub()

Update using git pull from github repo
Source:

(async) updateFromnpm()

update from npm
Source:

updateModules()

update node modules for current project
Source: