You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/03/22 00:39:06 UTC

[1/2] git commit: Update project path in example section

Updated Branches:
  refs/heads/master 44fd17d08 -> 0be8a9c01


Update project path in example section


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/0be8a9c0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/0be8a9c0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/0be8a9c0

Branch: refs/heads/master
Commit: 0be8a9c01f6679421f9fb34fcc6a99642e9f0c34
Parents: 26c8132
Author: Stéphane Bachelier <st...@gmail.com>
Authored: Fri Mar 8 13:56:53 2013 +0100
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Mar 21 16:38:06 2013 -0700

----------------------------------------------------------------------
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0be8a9c0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3eb87f8..395910b 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ If you are using cordova-cli as a module within a larger node application, you c
 # Examples
 
 ## Creating a new cordova project
-This example shows how to create a project from scratch named KewlApp with iOS and Android platform support, and includes a plugin named Kewlio. The project will live in ~/MyProjects/KewlApp
+This example shows how to create a project from scratch named KewlApp with iOS and Android platform support, and includes a plugin named Kewlio. The project will live in ~/KewlApp
 
     cordova create ~/KewlApp KewlApp
     cd ~/KewlApp


[2/2] git commit: Set missing create options

Posted by fi...@apache.org.
Set missing create options

Added missing create options and update create command description


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/26c81328
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/26c81328
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/26c81328

Branch: refs/heads/master
Commit: 26c81328d0184810c8f57f0266d8a23689fed5b0
Parents: 44fd17d
Author: Stéphane Bachelier <st...@gmail.com>
Authored: Fri Mar 8 13:25:42 2013 +0100
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Mar 21 16:38:06 2013 -0700

----------------------------------------------------------------------
 doc/help.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/26c81328/doc/help.txt
----------------------------------------------------------------------
diff --git a/doc/help.txt b/doc/help.txt
index 28d74a9..600de52 100644
--- a/doc/help.txt
+++ b/doc/help.txt
@@ -4,7 +4,7 @@ Synopsis
 
 Global Commands
 
-    create [path]...................... creates a cordova project in the specified directory
+    create [path] [id] [name] ......... creates a cordova project in the specified directory optional name and id (package name, reverse-domain style)
     -v ................................ prints out this utility's version
 
 Project-Level Commands