Skip to content

Updated: new commands for androidjs-builder 2.0.0 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,19 +609,11 @@ <h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </s
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>npm i -g
androidjs-builder</h4>


<span style="color: white" class="select-none">Create new project </span><br>
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>mkdir myapp
&& cd myapp</h4>


<span style="color: white" class="select-none">Generate project </span><br>
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>androidjs g
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>androidjs init
</h4>

<span style="color: white" class="select-none">Install dependencies </span><br>
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>npm i</h4>


</div>
</div>
</div>
Expand All @@ -631,9 +623,15 @@ <h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </s
<div class="block-blog text-left">
<!--<a href="#"><img src="img/blog/blog-image-1.jpg" alt="img"></a>-->
<div class="content-blog" style="background-color: #3c4857;border-radius: 10px">

<span style="color: white" class="select-none">Build command</span><br>
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>androidjs b
-f</h4>
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>androidjs build
</h4>

<span style="color: white" class="select-none">Help</span><br>
<h4 style="color: #4DC7A0; text-transform: none"><span class="select-none">$ </span>androidjs --help
</h4>

</div>
</div>
</div>
Expand Down