OSDN Git Service

Regular updates
[twpd/master.git] / cordova.md
1 ---
2 title: Apache Cordova
3 layout: 2017/sheet
4 intro: |
5   A quick reference to common [Apache Cordova](https://cordova.apache.org/) commands.
6 ---
7
8 ### Common commands
9
10 ```
11 cordova plugin ls
12 cordova plugin search facebook
13 cordova plugin add com.phonegap.plugins.facebookconnect
14 ```
15
16 ```
17 cordova platform add ios
18 cordova platform ls
19 cordova platform update ios
20 cordova platform check
21 ```
22
23 ### Common plugins
24
25 Some commonly-used plugins:
26
27 - [org.apache.cordova.console](https://github.com/apache/cordova-plugin-console)
28 - [org.apache.cordova.inappbrowser](https://github.com/apache/cordova-plugin-inappbrowser)
29 - [org.apache.cordova.statusbar](https://github.com/apache/cordova-plugin-statusbar)
30 - org.apache.cordova.splashscreen
31
32 Also:
33
34 - com.phonegap.plugins.facebookconnect