1.2.1 • Published 3 years ago

cordova-plugins-checker v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

cordova-plugins-checker

npm npm

Checks the plugins' version specified in the config.xml file with the current installed ones.

From CLI use cordova-plugins-checker to start the check

With the --available-updates option, for those has a registry version it will check also if there is an available update.

In code use the function check to start the check.

This plugin can be used in a cordova hook (see an example in the hook folder) or in a gulp task.