Skip to content

Instantly share code, notes, and snippets.

@tjoskar
Last active December 26, 2015 18:49
Show Gist options
  • Save tjoskar/7197032 to your computer and use it in GitHub Desktop.
Save tjoskar/7197032 to your computer and use it in GitHub Desktop.
Phonegap/cordova CI. Phonegap/cordovas documentation is lacking on certain areas, here is a file to summarize some commands

Create a new project

$ cordova create [path] [id] [name] #eg. create . sub.dom.top Example

Add platform

$ cordova platform add ios

Build that thing

$ cordova build ios

Launch the iOS simulator

$ cordova emulate ios

Install plugin

$ cordova plugin add [url]

List plugin

$ cordova plugin ls

Plugin list: http://plugins.cordova.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment