{"id":19162657,"url":"https://github.com/androidstarters/generator-android-architecture","last_synced_at":"2025-08-17T22:11:40.150Z","repository":{"id":57246358,"uuid":"64193956","full_name":"androidstarters/generator-android-architecture","owner":"androidstarters","description":"[Yeoman Generator] Create android app using googlesamples/android-architecture.","archived":false,"fork":false,"pushed_at":"2017-10-20T17:41:03.000Z","size":564,"stargazers_count":82,"open_issues_count":0,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-16T21:36:41.445Z","etag":null,"topics":["android","android-architecture","yeoman"],"latest_commit_sha":null,"homepage":"http://ravidsrk.github.io/generator-android-architecture/","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","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-26T05:56:01.000Z","updated_at":"2025-05-27T15:21:37.000Z","dependencies_parsed_at":"2022-08-24T16:10:53.054Z","dependency_job_id":null,"html_url":"https://github.com/androidstarters/generator-android-architecture","commit_stats":null,"previous_names":["ravidsrk/generator-android-architecture","androidstarter/generator-android-architecture"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/androidstarters/generator-android-architecture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/androidstarters","download_url":"https://codeload.github.com/androidstarters/generator-android-architecture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidstarters%2Fgenerator-android-architecture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270912646,"owners_count":24666761,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-architecture","yeoman"],"created_at":"2024-11-09T09:12:31.420Z","updated_at":"2025-08-17T22:11:40.078Z","avatar_url":"https://github.com/androidstarters.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-android-architecture\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\u003e Yeomon generator to create android app using [googlesamples android-architecture](https://github.com/googlesamples/android-architecture).\n\n## Demo\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://g.recordit.co/Yly1XY0f2n.gif\"\u003e\n\u003c/p\u003e\n\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-android-architecture 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-architecture\n```\n\nThen generate your new project:\n\n```bash\nmkdir NewApp \u0026\u0026 cd $_\nyo android-architecture\n```\n\n## Example\n```bash\n➜  NewApp yo android-architecture\n\n     _-----_     ╭──────────────────────────╮\n    |       |    │   Welcome to the badass  │\n    |--(o)--|    │ generator-android-archit │\n   `---------´   │     ecture generator!    │\n    ( _´U`_ )    ╰──────────────────────────╯\n    /___A___\\   /\n     |  ~  |\n   __'.___.'__\n ´   `  |° ´ Y `\n\n? What are you calling your app? NewApp\n? What package will you be publishing the app under? in.architecture.sample\n? Choose architecture from https://github.com/googlesamples/android-architecture? (Use arrow keys)\n❯ todo-mvp - Basic Model-View-Presenter architecture.\n  todo-mvp-loaders - Based on todo-mvp, fetches data using Loaders.\n  todo-databinding - Based on todo-mvp, uses the Data Binding Library.\n  todo-mvp-clean - Based on todo-mvp, uses concepts from Clean Architecture.\n  todo-mvp-dagger - Based on todo-mvp, uses Dagger2 for Dependency Injection.\n  todo-mvp-rxjava - Based on todo-mvp, uses RxJava for concurrency and data layer abstraction.\n  todo-mvp-contentproviders - Based on todo-mvp-loaders, fetches data using Loaders and uses Content Providers.\n```\n\n## Getting To Know Yeoman\n\n * Yeoman has a heart of gold.\n * Yeoman is a person with feelings and opinions, but is very easy to work with.\n * Yeoman can be too opinionated at times but is easily convinced not to be.\n * Feel free to [learn more about Yeoman](http://yeoman.io/).\n\n## License\n\nApache-2.0 © [Ravindra Kumar](https://github.com/androidstarters/)\n\n\n[npm-image]: https://badge.fury.io/js/generator-android-architecture.svg\n[npm-url]: https://npmjs.org/package/generator-android-architecture\n[travis-image]: https://travis-ci.org/androidstarters/generator-android-architecture.svg?branch=master\n[travis-url]: https://travis-ci.org/androidstarters/generator-android-architecture\n[daviddm-image]: https://david-dm.org/androidstarters/generator-android-architecture.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/androidstarters/generator-android-architecture\n[coveralls-image]: https://coveralls.io/repos/androidstarters/generator-android-architecture/badge.svg\n[coveralls-url]: https://coveralls.io/r/androidstarters/generator-android-architecture\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidstarters%2Fgenerator-android-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidstarters%2Fgenerator-android-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidstarters%2Fgenerator-android-architecture/lists"}