项目作者: androidstarters

项目描述 :
[Yeoman Generator] Generate MVP Architecture for Android App using https://git.io/v9Ujz
高级语言: Java
项目地址: git://github.com/androidstarters/generator-android-mvp-starter.git
创建时间: 2016-07-17T16:36:33Z
项目社区:https://github.com/androidstarters/generator-android-mvp-starter

开源协议:Other

下载


generator-android-mvp-starter

Join the chat at https://gitter.im/generator-android-mvp-starter/Lobby
NPM version Build Status Dependency Status Coverage Status

An MVP Boilerplate to save me having to create the same project over from scratch every time! :)

How it works?

It provides a generator to create and maintain a android application based on the latests frameworks and patterns used by the community.
Stack:

Installation

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

  1. npm install -g yo
  2. npm install -g generator-android-mvp-starter

Then generate your new project:

  1. mkdir NewApp
  2. cd NewApp
  3. yo android-mvp-starter

Created & Maintained By

Ravindra Kumar (@ravidsrk)

If you found this repo helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:

License

Apache-2.0 © Ravindra Kumar