You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The CocoonJS command line tools let you build Cordova-based applications that be
6
6
> The Webview+ provide you a consistent rendering engine independently of the Android 4.x version, so your app/game will run using the same rendering engine, with the fastest javascript engine in the world (V8).
7
7
8
8
## Requirements ##
9
-
Please refer to [Cordova prerequisites](https://github.com/apache/cordova-cli#requirements) to set up your environment.
9
+
Install cordova-cli 3.2 or higher (Cordova 3.5 is recommended). Please refer to [Cordova prerequisites](https://github.com/apache/cordova-cli#requirements) to set up your environment.
10
10
11
11
After installing Cordova in your computer, execute the following command to install the CocoonJS CLI tools:
12
12
@@ -22,23 +22,11 @@ Use any valid cordova command with the CocoonJS-CLI to manage your project, eg:
22
22
$ cocoonjs create /path/ com.ludei.test LudeiTest
23
23
$ cocoonjs platform add android
24
24
$ cocoonjs plugin add com.ludei.webview.plus
25
-
$ cocoonjs build
26
25
$ cocoonjs run
27
26
```
28
27
29
-
CocoonJS Cloud project managment
30
-
There is a command reserved to handle CocoonJS cloud based projects (http://cloud.ludei.com), the command is called "cloud" and can be used as follows:
31
-
```
32
-
$ cocoonjs cloud
33
-
```
34
-
35
-
This command *is still* in development and should be avoid its usage for now.
36
-
37
-
38
28
#### Regarding cordova versions ####
39
29
40
-
cordova-cli 3 and higher is required.
41
-
42
30
The CocoonJS command line tool automatically detects the Cordova version installed in your computer. However, if you have multiple versions installed locally, you can explicitly point to a specific path using the --cordova-path argument to force that cordova binary to execute, eg:
43
31
44
32
@@ -70,4 +58,4 @@ limitations under the License.
70
58
71
59
### About the author ###
72
60
73
-
Ludei is a San Francisco based company, creators of CocoonJS. Ludei aims to empower HTML5 industry with a set of tools that eases the adoption of HTML5 as the target platform for every mobile development.
61
+
[Ludei](http://www.ludei.com) is a San Francisco based company, creators of [CocoonJS](https://www.ludei.com/cocoonjs/). Ludei aims to empower HTML5 industry with a set of tools that eases the adoption of HTML5 as the target platform for every mobile development.
0 commit comments