Skip to content
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# generator-android-library
# generator-android-library:
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Boilerplate code for creating an android library

<p align="center">
<img src="extras/screenshot.png" />
</p>

## Installation
## Installation:

First, install [Yeoman](http://yeoman.io) and generator-android-library using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

Expand All @@ -21,7 +21,7 @@ Then generate your new project:
yo android-library
```

## License
## License:

MIT © [cesarferreira](http://cesarferreira.com)

Expand Down