Home

Awesome

cordova-config-cli Build Status

CLI tool for cordova-config. It exports APIs of cordova-config to cli

Install

$ npm install --save cordova-config-cli

CLI

$ npm install --global cordova-config-cli

Usage

$ cordova-config <actions> <config> <value> <options>

Examples

$ cordova-config set name "New Name"
$ cordova-config set name "New Name" --config=../config.xml
$ cordova-config add hook after_prepare script/after_prepare.js --config=../config.xml
$ cordova-config rm access-origin "*" --config=../fixtures/config.xml

Actions and configs

Values

See cordova-config APIs to find value signature of the method

Options

License

MIT © Jimmy Moon