zsiegel / generator-android-gradle

Yeoman based android+gradle scaffolding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My fork of a yeoman android generator which includes better project structure and modern libraries with base material styles

The original can be found here

Getting Started

What is android-gradle-material?

android-gradle-material is a Yeoman generator, used to create an Android project with the following structure.

  • app (android module)
  • core-lib (java module)
  • api-lib (java module)
  • gradle configurations with a nice set of libraries

To install generator-android-gradle-material clone this repo then run:

$ npm install -g yo

then link this generator

$ npm link

Finally, initiate the generator in your target directory:

$ yo android-gradle-material

License

MIT

About

Yeoman based android+gradle scaffolding

License:MIT License


Languages

Language:JavaScript 100.0%