0.0.4 • Published 7 years ago

cordova-runner v0.0.4

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

Table of contents

Status

Build Status

Prerequisites

Please install

$ sudo apt-get install imagemagick
$ # on Mac: brew install imagemagick
$ # on Windows: http://www.imagemagick.org/script/binary-releases.php#windows (check "Legacy tools")

App icons and loading screens

App icon

  • Your app icon must be a .png file
  • You must name it icon.png
  • It should be square and ideally 512x512px, but no smaller than 192x192px

Loading screen

  • Your app icon must be a .png file
  • You must name it splash.png
  • It should be 2208x2208 px with a center square of about 1200x1200 px.

  • Please copy your icon.png and splash.png to the root of your project before using cordova-runner.

Install

$ npm install -g cordova-runner

Setup

  • cd into your html/css/js project.

    • A generic project structure might look something like this:
    .
    ├── css
    │   ├── style.css
    │   └── theme.css
    ├── img
    │   └── image.png
    ├── js
    │   ├── custom.js
    │   └── theme.js
    ├── about.html
    ├── contact.html
    ├── icon.png
    ├── index.html
    └── splash.png
  • Note: Your root html must be called index.html. Please rename your root html file if you have to.

Usage:

  1. Run in your terminal:
$ cordova-runner
  1. After that, just follow the prompt.