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.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting. -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of mobisplash or a related project?
README
mobisplash-cli
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
- mobisplash - API for this module
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.