0.3.0 • Published 10 years ago

cordova-simulator v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

cordova-simulator

Web application for simulating cordova plugins.

The app is an alternative to cordova serve (ionic serve for ionic users).

Installing

$ npm install -g cordova-simulator

Note: For a global install of -g cordova-simulator, OSX/Linux users may need to prefix the command with sudo.

Usage

$ cordova-simulator [-l | --launch] [-d | --demo] [-p num | --port=num] [-a app1[,app2...] | --apps=app1[,app2...]] [-r resource_folder1[,resource_folder2...] | --resources=resource_folder1[,resource_folder2...]]

Options:

ParamDescriptionDefault Value
-p, --portThe server's port80
-l, --launchLaunch in browserfalse
-d, --demoInclude the demofalse
-a, --appsApps folders[]
-r, --resourcesResources folders[]
-h, --helpShow help 
-v, --versionShow version number 

Custom behavior

# platform classes

Based on the platform, the simulator will add 'platform-*' classes to the body of the app html.

# live reload

The simulator will reload the devices whenever a file is changed in the app folder.

Supported plugins

* official Apache Cordova Plugin

0.3.0

10 years ago

0.2.0

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago