{"id":19162670,"url":"https://github.com/androidstarters/generator-kotlin-android","last_synced_at":"2025-05-07T11:21:14.815Z","repository":{"id":22161761,"uuid":"95460818","full_name":"androidstarters/generator-kotlin-android","owner":"androidstarters","description":"[Yeoman Generator] Generate Kotlin MVP Architecture for Android App using https://git.io/vQsAC","archived":false,"fork":false,"pushed_at":"2023-01-12T09:45:29.000Z","size":975,"stargazers_count":70,"open_issues_count":11,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T21:25:27.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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":"2017-06-26T15:23:19.000Z","updated_at":"2024-06-26T07:19:01.000Z","dependencies_parsed_at":"2023-01-14T13:30:34.008Z","dependency_job_id":null,"html_url":"https://github.com/androidstarters/generator-kotlin-android","commit_stats":null,"previous_names":["ravidsrk/generator-kotlin-android"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-kotlin-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-kotlin-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-kotlin-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-kotlin-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/androidstarters","download_url":"https://codeload.github.com/androidstarters/generator-kotlin-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252866113,"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":[],"created_at":"2024-11-09T09:12:33.134Z","updated_at":"2025-05-07T11:21:14.779Z","avatar_url":"https://github.com/androidstarters.png","language":"Kotlin","funding_links":["https://www.paypal.me/ravidsrk"],"categories":[],"sub_categories":[],"readme":"# generator-kotlin-android\n\n[![Join the chat at https://gitter.im/generator-kotlin-android/Lobby](https://badges.gitter.im/generator-kotlin-android/Lobby.svg)](https://gitter.im/generator-kotlin-android/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]\n\n\u003e An Kotlin MVP Boilerplate to save me having to create the same project over from scratch every time! :)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://g.recordit.co/L5selg7aIv.gif\" width=\"250\"\u003e\n  \u003cimg src=\"http://g.recordit.co/aJOXLF6WgR.gif\"\u003e\n\u003c/p\u003e\n\n## How it works?\nIt provides a generator to create and maintain a android application based on the latest  frameworks and patterns used by the community.\n\nStack:\n- [Kotlin](https://kotlinlang.org/)\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\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-kotlin-android 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-kotlin-android\n```\n\nThen generate your new project:\n\n```bash\nmkdir NewApp\ncd NewApp\nyo kotlin-android\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-kotlin-android.svg\n[npm-url]: https://npmjs.org/package/generator-kotlin-android\n[travis-image]: https://travis-ci.org/androidstarters/generator-kotlin-android.svg?branch=master\n[travis-url]: https://travis-ci.org/androidstarters/generator-kotlin-android\n[daviddm-image]: https://david-dm.org/androidstarters/generator-kotlin-android.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/androidstarters/generator-kotlin-android\n[coveralls-image]: https://coveralls.io/repos/github/ravidsrk/generator-kotlin-android/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/ravidsrk/generator-kotlin-android?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidstarters%2Fgenerator-kotlin-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidstarters%2Fgenerator-kotlin-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidstarters%2Fgenerator-kotlin-android/lists"}