Generates Icons or Screen Images for Phonegap Build, from an existing image.
$ npm install -g scricon
- Imagemagick
On Mac (HomeBrew)
$ brew install imagemagick
On Ubuntu
$ apt-get install imagemagick
###Usage: scricon [options]
Options:
-h, --help output usage information
-V, --version output the version number
-c, --config [path] Config File
-i, --image [--path] Icon/Screen Image
-d, --dest [--path] Destination folder
-t, --types [--type] set type icon or screen
Examples:
$ scricon -c path/to/your/config.xml -t screen
//creating icons
$ scricon -c path/to/your/config.xml -i path/to/your/icon.png -d path/to/your/destPath`-t icon
//creating screens
$ scricon -c path/to/your/config.xml -i path/to/your/screen.png -d path/to/your/destPath`-t screen
Defaults:
type: icon
config: config.xml
icon: icon.png
dest: phonegap/www/res/