This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
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
andchcp.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.
- Description
- Supported platforms
- App Store FAQ
- Usage Limitations
- Installation
- Quick start guides
- How plugin works
- config.xml preferences
- Plugin configuration files
- JavaScript module
- Additional utils
- Migrating from previous versions
- Contributors
- Issue creation guide