cdv-assets
v1.0.2
Published
Use this tool to generate all the required assets for a cordova/ionic/phonegap application
Downloads
5
Readme
cdv-assets
Use this tool to generate all the required assets for a cordova/ionic/phonegap application. (*) Currently supports Android and IOS platforms.
Install
Install globally via npm:
$ npm install -g cdv-assets
Usage
$ cdv-assets <platform> [options]
Example: to generate all the icons and splashscreens for all the supported platforms
$ cdv-assets all
Platform:
- all ---- To generate for all the supported platforms
- android ---- To generate for Android only
- ios ---- To generate for IOS only
Options:
- -i ---- To generate icons only
- -s ---- To generate splashscreens only
Note: The current directory must have the required files:
- for icons: An icon.png file with a minimum size of 1024 x 1024 pixels.
- for splash: An splash.png file with a minimum size of 2732 x 2732 pixels.
Author
License
MIT. Copyright (c) 2017-11-02 Juan Miranda, contributors.