Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-runner

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-runner

Create, run, and build cordova apps

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Cordova Runner

Turn your html/css/js project into an iOS or Android app.
Prequisites:

Please install

  • Node >= 6.0.0 and NPM >= 5.0.0

  • Android Studio (for Android development)

  • Xcode (for iOS development)

  • Imagemagick for icon processing

$ sudo apt-get install imagemagick
$ # on Mac: brew install imagemagick
$ # on Windows: http://www.imagemagick.org/script/binary-releases.php#windows (check "Legacy tools")
Install:
$ npm install -g cordova-runner
Setup:
  1. cd into the project.
  • A generic html/css/js project might look something like this:
.
├── css
│   ├── style.css
│   └── theme.css
├── img
│   └── image.png
├── js
│   ├── custom.js
│   └── theme.js
├── about.html
├── contact.html
└── index.html

  • Note: Your root html must be called index.html. Please rename your root html file if you have to.
  1. Run in your terminal:
$ cordova-runner
  1. After that, just follow the prompt.

FAQs

Package last updated on 13 Jul 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc