Yeoman generator
Yeoman lives in the npm package repository. To install:
npm install -g yo
Scaffolds an Android project with Android lint, PMD, checkstyle, unit tests and automation test. Optionally, you can also add Google Analytics and Google+ Sign-in.
The ANDROID_HOME environment variable should be set to the location of the Android SDK on your system.
To install generator-android-quality from npm, run:
npm install -g generator-android-quality
Create a new folder and run:
yo android-quality