Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.29 KB

File metadata and controls

36 lines (26 loc) · 1.29 KB

generator-android-library:

NPM version Build Status Dependency Status

Boilerplate code for creating an android library

Installation:

First, install Yeoman and generator-android-library using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-android-library

Then generate your new project:

yo android-library

License:

MIT © cesarferreira