{"id":13989211,"url":"https://github.com/androidstarters/generator-android-mvp-starter","last_synced_at":"2025-05-07T11:21:19.617Z","repository":{"id":57246429,"uuid":"63541922","full_name":"androidstarters/generator-android-mvp-starter","owner":"androidstarters","description":"[Yeoman Generator] Generate MVP Architecture for Android App using https://git.io/v9Ujz","archived":false,"fork":false,"pushed_at":"2017-07-12T18:28:10.000Z","size":2195,"stargazers_count":125,"open_issues_count":2,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-19T06:38:14.893Z","etag":null,"topics":["android","android-template","architecture","kotlin","kotlin-android","mvp-android","yeoman"],"latest_commit_sha":null,"homepage":"http://ravidsrk.github.io/generator-android-mvp-starter/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/androidstarters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-17T16:36:33.000Z","updated_at":"2025-02-04T08:46:10.000Z","dependencies_parsed_at":"2022-08-24T16:10:42.563Z","dependency_job_id":null,"html_url":"https://github.com/androidstarters/generator-android-mvp-starter","commit_stats":null,"previous_names":["ravidsrk/generator-android-mvp-starter"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-mvp-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-mvp-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-mvp-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-mvp-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/androidstarters","download_url":"https://codeload.github.com/androidstarters/generator-android-mvp-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252866115,"owners_count":21816395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-template","architecture","kotlin","kotlin-android","mvp-android","yeoman"],"created_at":"2024-08-09T13:01:33.682Z","updated_at":"2025-05-07T11:21:19.596Z","avatar_url":"https://github.com/androidstarters.png","language":"Java","readme":"# generator-android-mvp-starter\n\n[![Join the chat at https://gitter.im/generator-android-mvp-starter/Lobby](https://badges.gitter.im/generator-android-mvp-starter/Lobby.svg)](https://gitter.im/generator-android-mvp-starter/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status](https://coveralls.io/repos/github/androidstarters/generator-android-mvp-starter/badge.svg?branch=master)](https://coveralls.io/github/androidstarters/generator-android-mvp-starter?branch=master)\n\u003e An MVP Boilerplate to save me having to create the same project over from scratch every time! :)\n\n## How it works?\nIt provides a generator to create and maintain a android application based on the latests frameworks and patterns used by the community.\nStack:\n- [Kotlin](https://kotlinlang.org/),[Java](https://en.wikipedia.org/wiki/Java_(programming_language))\n- [RxJava](https://github.com/ReactiveX/RxJava) and [RxAndroid](https://github.com/ReactiveX/RxAndroid)\n- [Retrofit](http://square.github.io/retrofit/) / [OkHttp](http://square.github.io/okhttp/)\n- [Gson](https://github.com/google/gson)\n- [Dagger 2](http://google.github.io/dagger/)\n- [Butterknife](https://github.com/JakeWharton/butterknife)\n- [Google Play Services](https://developers.google.com/android/guides/overview)\n- [Timber](https://github.com/JakeWharton/timber)\n- [Glide 3](https://github.com/bumptech/glide)\n- [Stetho](http://facebook.github.io/stetho/)\n- [Espresso](https://google.github.io/android-testing-support-library/) for UI tests\n- [Robolectric](http://robolectric.org/) for framework specific unit tests\n- [Mockito](http://mockito.org/)\n- [Checkstyle](http://checkstyle.sourceforge.net/), [PMD](https://pmd.github.io/) and [Findbugs](http://findbugs.sourceforge.net/) for code analysis\n\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-android-mvp-starter using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).\n\n```bash\nnpm install -g yo\nnpm install -g generator-android-mvp-starter\n```\n\nThen generate your new project:\n\n```bash\nmkdir NewApp\ncd NewApp\nyo android-mvp-starter\n```\n\n### Created \u0026 Maintained By\n[Ravindra Kumar](https://github.com/ravidsrk) ([@ravidsrk](https://www.twitter.com/ravidsrk))\n\n\u003e 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](https://www.paypal.me/ravidsrk) :coffee:\n\n\n## License\n\nApache-2.0 © [Ravindra Kumar](https://github.com/ravidsrk/)\n\n[npm-image]: https://badge.fury.io/js/generator-android-mvp-starter.svg\n[npm-url]: https://npmjs.org/package/generator-android-mvp-starter\n[travis-image]: https://travis-ci.org/androidstarters/generator-android-mvp-starter.svg?branch=master\n[travis-url]: https://travis-ci.org/androidstarters/generator-android-mvp-starter\n[daviddm-image]: https://david-dm.org/androidstarters/generator-android-mvp-starter.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/androidstarters/generator-android-mvp-starter\n[coveralls-image]: https://coveralls.io/repos/github/ravidsrk/generator-android-mvp-starter/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/ravidsrk/generator-android-mvp-starter?branch=master\n","funding_links":["https://www.paypal.me/ravidsrk"],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidstarters%2Fgenerator-android-mvp-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidstarters%2Fgenerator-android-mvp-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidstarters%2Fgenerator-android-mvp-starter/lists"}