Yeoman generator to create android studio template.
npm install generator-android-studio-templateFirst, install Yeoman and generator-android-studio-template using npm (we assume you have pre-installed node.js).
``bash`
npm install -g yo
npm install -g generator-android-studio-template
Then generate your new project:
`bash``
yo android-studio-template
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to learn more about Yeoman.
MIT © Ravindra Kumar
[npm-image]: https://badge.fury.io/js/generator-android-studio-template.svg
[npm-url]: https://npmjs.org/package/generator-android-studio-template
[travis-image]: https://travis-ci.org/ravidsrk/generator-android-studio-template.svg?branch=master
[travis-url]: https://travis-ci.org/ravidsrk/generator-android-studio-template
[daviddm-image]: https://david-dm.org/ravidsrk/generator-android-studio-template.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ravidsrk/generator-android-studio-template
[coveralls-image]: https://coveralls.io/repos/ravidsrk/generator-android-studio-template/badge.svg
[coveralls-url]: https://coveralls.io/r/ravidsrk/generator-android-studio-template