Popularity
1.6
Growing
Activity
0.0
Stable
69
6
10

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Command Line Apps     Generator     App     CLI     Cli-app     Screen     Blackberry10     iOS     Android     Cordova     Application     Mobile     9patch     Ninepatch     Mobisplash     Splashscreen     Splash    
Latest version: v0.2.0

mobisplash alternatives and similar modules

Based on the "Command Line Apps" category.
Alternatively, view mobisplash alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mobisplash or a related project?

Add another 'Command Line Apps' Module

README

mobisplash-cli Build Status

Mobile app splash screen generator

Install

$ npm install --global mobisplash-cli

Usage

$ mobisplash --help

  Usage
    $ mobisplash <file>

  Options
    -p, --platform      Platform to generate splash screens for
    -b, --background    Color of the splash screen background [Default: white]
    -r, --contentRatio  Logo-splash screen ratio [Default: 0.8]
    -o, --out           Output directory [Default: cwd]
    --orientation       Orientation to generate the splash screens for [Default: both]
    --9patch            9-patch the Android splash screens [Default: true]

  Examples
    $ mobisplash icon.png -p=android
      โœ”  success
    $ mobisplash icon.png -p=android --no-9patch
      โœ”  success
    $ mobisplash icon.png -p=android -p=ios --orientation=landscape
      โœ”  success
    $ mobisplash icon.svg -p=ios -o=resources
      โœ”  success
    $ mobisplash icon.svg -p=blackberry10 -o=resources --orientation=portrait
      โœ”  success

Platforms

A list of the available platforms and their generated splash screens can be found here.

Related

License

MIT ยฉ Sam Verschueren


*Note that all licence references and agreements mentioned in the mobisplash README section above are relevant to that project's source code only.