Socket
Socket
Sign inDemoInstall

cordova-splash-cli

Package Overview
Dependencies
24
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-splash-cli

Automatic splash screen cropping for Cordova


Version published
Weekly downloads
2
Maintainers
1
Install size
1.50 MB
Created
Weekly downloads
 

Readme

Source

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
  • At least one platform was added to your project (cordova platforms docs)
  • Cordova's config.xml file must exist in the root folder (cordova config.xml docs)

License

MIT

Keywords

FAQs

Last updated on 10 Dec 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc