/
Adding the Evergreen Plugin

Adding the Evergreen Plugin

The Evergreen plugin is a Cordova plugin, and so you'll need to add this via NPM.

The plugin you'll use is Ionic Deploy. BlinkMobile added to this project to allow further functionality to source the updates from other remote services - in this case, the BlinkMobile platform.


Installing the Plugin:

In your command line, navigate to your Cordova project folder - this is the folder where your config.xml file is.

Run the command:

cordova plugin add ionic-plugin-deploy --save


Make sure you include the --save at the end of this command so that your config.xml file is updated with the new plugin details.

You now have the Cordova plugin added to your project.


Next Step

Adding the HTML and Javascript Code