1.0.2 • Published 7 years ago

cdv-assets v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

Juan Miranda

License

MIT. Copyright (c) 2017-11-02 Juan Miranda, contributors.