Skip to content

Commit 4e2f281

Browse files
committed
 Update README.md
1 parent 954c71f commit 4e2f281

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
<p align="center">
21
<img alt="AndroidCLI" src="http://i.imgur.com/3wCVzej.png" width="400" />
32

43
[![Join Gitter chat][gitter-image]][gitter-url]
54
[![Build Status][travis-image]][travis-url]
65
[![npm Version][npm-image]][npm-url]
76

8-
</p>
9-
107
CLI for android applications
118

129
## Installation
@@ -40,6 +37,10 @@ Activity | `acli -g activity my-new-activity`
4037
Fragment | `acli -g fragment my-new-fragment`
4138
LoginActivity | `acli -g login-acitivty my-new-login-activity`
4239
TabbedActivity | `acli -g tabbed-acitivty my-tabbed-activity`
40+
FullScreenActivity | `acli -g tabbed-acitivty my-fullscreen-activity`
41+
ScrollingActivity | `acli -g tabbed-acitivty my-scrolling-activity`
42+
43+
If you contribute for other blueprints, please PR to [this repository](https://github.com/endlessdev/android-cli-templates)
4344

4445
### Result Example
4546

@@ -58,7 +59,7 @@ INTERNET | `acli -p INTERNET`
5859

5960
> Successful adding permission
6061
61-
## Dependency
62+
## Dependency (In Progress)
6263
add dependency to build.gradle and sync gradle
6364

6465
<pre>

0 commit comments

Comments
 (0)