From fee84eda886bc810ae528674d9e5370783bb7971 Mon Sep 17 00:00:00 2001 From: PANKAJDEVESH Date: Wed, 10 Jul 2019 23:01:06 +0530 Subject: [PATCH] Updated: new commands for androidjs-builder 2.0.0 --- index.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 8b01f46..4b025ac 100755 --- a/index.html +++ b/index.html @@ -609,19 +609,11 @@

$ $ npm i -g androidjs-builder

- - Create new project
-

$ mkdir myapp - && cd myapp

- + Generate project
-

$ androidjs g +

$ androidjs init

- Install dependencies
-

$ npm i

- - @@ -631,9 +623,15 @@

$
+ Build command
-

$ androidjs b - -f

+

$ androidjs build +

+ + Help
+

$ androidjs --help +

+