{"id":31538058,"url":"https://github.com/kodecocodes/kodeco-compose-cookiecutter-template","last_synced_at":"2026-02-28T03:07:37.304Z","repository":{"id":91209428,"uuid":"501355204","full_name":"kodecocodes/kodeco-compose-cookiecutter-template","owner":"kodecocodes","description":"A cookiecutter 🍪 template for bootstrapping new Jetpack Compose Android Tutorial projects for Kodeco!","archived":false,"fork":false,"pushed_at":"2024-01-31T17:36:23.000Z","size":818,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-04T08:26:01.208Z","etag":null,"topics":["cookiecutter","rw-compose-tutorial","sample-app"],"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/kodecocodes.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-06-08T17:50:35.000Z","updated_at":"2024-01-30T18:56:51.000Z","dependencies_parsed_at":"2024-01-30T21:01:33.471Z","dependency_job_id":null,"html_url":"https://github.com/kodecocodes/kodeco-compose-cookiecutter-template","commit_stats":null,"previous_names":["kodecocodes/kodeco-compose-cookiecutter-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kodecocodes/kodeco-compose-cookiecutter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodecocodes%2Fkodeco-compose-cookiecutter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodecocodes%2Fkodeco-compose-cookiecutter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodecocodes%2Fkodeco-compose-cookiecutter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodecocodes%2Fkodeco-compose-cookiecutter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodecocodes","download_url":"https://codeload.github.com/kodecocodes/kodeco-compose-cookiecutter-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodecocodes%2Fkodeco-compose-cookiecutter-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29923435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":["cookiecutter","rw-compose-tutorial","sample-app"],"created_at":"2025-10-04T08:16:09.092Z","updated_at":"2026-02-28T03:07:37.272Z","avatar_url":"https://github.com/kodecocodes.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kodeco Android Tutorial App Bootstrapping Template\n\nA [cookiecutter](https://github.com/cookiecutter/cookiecutter) :cookie: template for bootstrapping new Jetpack Compose Android Tutorial projects for Kodeco!\n\n## Usage\n\n#### Step 1\n\nInstall cookiecutter (via homebrew on mac/linux):\n\n```bash\nbrew install cookiecutter\n```\n\n#### Step 2\n\nAssuming you have `git` installed, there are two ways you can setup/configure the Kodeco Compose Tutorial App (Choose one):\n\n1. Directly via `cookiecutter`. \n\n    Simply execute the below one-liner command in your terminal.\n    ```\n    cookiecutter gh:kodecocodes/kodeco-compose-cookiecutter-template\n    ````\n1. Via cloning this repository\n\n    - using `https`\n\n        ```bash\n        git clone https://github.com/kodecocodes/kodeco-compose-cookiecutter-template\n        ```\n\n    - using `ssh`\n        ```bash\n        git clone git@github.com:kodecocodes/kodeco-compose-cookiecutter-template.git\n        ```\n\n    When done, run `cookiecutter` tool by passing in the template directory as an argument:\n\n    ```bash\n    cookiecutter kodeco-compose-cookiecutter-template/\n    ```\n#### Step 3\n\nNext you'll be prompted for various configuration options - see [`cookiecutter.json`](/cookiecutter.json) for the full list.\n\nTo accept the configuration option you see in brackets, simply hit Enter↵ or if you want to modify it then give it a correct value and that will be applied to the project.\n\nThe process would look something like below:\n\n![screenshot](console.png)\n\n## License\n\n```\nCopyright (c) 2024 Kodeco Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nNotwithstanding the foregoing, you may not use, copy, modify, merge, publish,\ndistribute, sublicense, create a derivative work, and/or sell copies of the\nSoftware in any work that is designed, intended, or marketed for pedagogical or\ninstructional purposes related to programming, coding, application development,\nor information technology.  Permission for such use, copying, modification,\nmerger, publication, distribution, sublicensing, creation of derivative works,\nor sale is expressly withheld.\n\nThis project and source code may use libraries or frameworks that are\nreleased under various Open-Source licenses. Use of those libraries and\nframeworks are governed by their own individual licenses.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodecocodes%2Fkodeco-compose-cookiecutter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodecocodes%2Fkodeco-compose-cookiecutter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodecocodes%2Fkodeco-compose-cookiecutter-template/lists"}