Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Cordova Hot Code Push CLI client

Nikolay Demyankov edited this page Apr 25, 2016 · 1 revision

Cordova Hot Code Push CLI client is a command line utility that will help you with development and deployment of your web project.

With it you can:

  • generate both chcp.json and chcp.manifest files, so you wouldn't have to do it manually;
  • run local server in order to detect any changes you make in your web project and instantly upload them on the devices;
  • deploy your web project on the external server.

Of course, you can use Hot Code Push plugin without that utility. But it will make it much easier.

Clone this wiki locally