Skip to content

RamonGebben/cordova-splash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-splash

Automatic splash screen generator for Cordova. Create a splash screen (2208x2208) once in the root folder of your Cordova project and use cordova-splash to automatically crop and copy it for all the platforms your project supports (currenty works with iOS and Android).

Installation

 $ sudo npm install cordova-splash-cli -g

Usage

Create a splash.png file in the root folder of your cordova project and run:

 $ cordova-splash

To specify a custom splash image or config file use it like this:

$ cordova-splash --splash path/to/splash --config /path/to/config

Requirements

  • ImageMagick

Install on a Mac:

 $ brew install imagemagick

License

MIT

About

Automatic splash screen generator for Cordova

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%