{"id":16757218,"url":"https://github.com/patilshreyas/compose-report-to-html","last_synced_at":"2025-04-05T05:10:14.424Z","repository":{"id":38210679,"uuid":"481097747","full_name":"PatilShreyas/compose-report-to-html","owner":"PatilShreyas","description":"A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.","archived":false,"fork":false,"pushed_at":"2024-04-13T16:14:52.000Z","size":2028,"stargazers_count":323,"open_issues_count":6,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-01T16:17:51.666Z","etag":null,"topics":["android","cli","command-line","command-line-tool","compose","gradle","gradle-android-plugin","gradle-build","gradle-plugin","gradle-task","jetpack","jetpack-compose","kotlin","kotlin-android","kotlinx-html","reporting-tool"],"latest_commit_sha":null,"homepage":"https://patilshreyas.github.io/compose-report-to-html/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PatilShreyas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":"PatilShreyas","otechie":null,"custom":["https://www.paypal.me/PatilShreyas99/"]}},"created_at":"2022-04-13T06:25:15.000Z","updated_at":"2024-05-12T11:31:50.996Z","dependencies_parsed_at":"2024-04-13T17:29:38.066Z","dependency_job_id":"7eccccc9-f176-4c52-84e1-63acc646c647","html_url":"https://github.com/PatilShreyas/compose-report-to-html","commit_stats":{"total_commits":141,"total_committers":4,"mean_commits":35.25,"dds":0.04255319148936165,"last_synced_commit":"2481a95d54aa8507ed6274c16cb4a15bbedf45c4"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2Fcompose-report-to-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2Fcompose-report-to-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2Fcompose-report-to-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2Fcompose-report-to-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PatilShreyas","download_url":"https://codeload.github.com/PatilShreyas/compose-report-to-html/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289429,"owners_count":20914464,"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","cli","command-line","command-line-tool","compose","gradle","gradle-android-plugin","gradle-build","gradle-plugin","gradle-task","jetpack","jetpack-compose","kotlin","kotlin-android","kotlinx-html","reporting-tool"],"created_at":"2024-10-13T03:43:12.143Z","updated_at":"2025-04-05T05:10:14.408Z","avatar_url":"https://github.com/PatilShreyas.png","language":"Kotlin","funding_links":["https://issuehunt.io/r/PatilShreyas","https://www.paypal.me/PatilShreyas99/"],"categories":[],"sub_categories":[],"readme":"# Compose Compiler Reports to HTML Generator\n\nA utility to convert Jetpack Compose compiler metrics and reports to beautified 😍 HTML page.\n_Made with ❤️ for Android Developers and Composers_\n\n[![Build](https://github.com/PatilShreyas/compose-report-to-html/actions/workflows/build.yml/badge.svg)](https://github.com/PatilShreyas/compose-report-to-html/actions/workflows/build.yml)\n[![Release](https://github.com/PatilShreyas/compose-report-to-html/actions/workflows/release.yml/badge.svg)](https://github.com/PatilShreyas/compose-report-to-html/actions/workflows/release.yml)\n\n| Distribution         | Usage Guide                                                                                 | Install                                                                                                                                                                                                                                                                                                                                                                                                      |\n|----------------------|---------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Gradle Plugin**    | [Read](https://patilshreyas.github.io/compose-report-to-html/use/using-gradle-plugin/)      | [![Gradle Plugin](https://img.shields.io/gradle-plugin-portal/v/dev.shreyaspatil.compose-compiler-report-generator?color=%233cafc6\u0026label=Plugin\u0026logo=gradle\u0026style=flat-square)](https://plugins.gradle.org/plugin/dev.shreyaspatil.compose-compiler-report-generator)                                                                                                                                        |\n| **CLI**              | [Read](https://patilshreyas.github.io/compose-report-to-html/use/using-cli/)                | [![NPM Package](https://img.shields.io/npm/v/compose-report2html?label=npm\u0026logo=npm\u0026style=flat-square)](https://www.npmjs.com/package/compose-report2html) \u003cbr\u003e [![Download JAR](https://img.shields.io/github/v/release/patilshreyas/compose-report-to-html?label=JAR\u0026logo=java\u0026style=flat-square)](https://github.com/patilshreyas/compose-report-to-html/releases/latest/download/composeReport2Html.jar) |\n| **Library Artifact** | [Read](https://patilshreyas.github.io/compose-report-to-html/use/using-utility-as-library/) | [![Install](https://img.shields.io/maven-central/v/dev.shreyaspatil.compose-compiler-report-generator/core?label=Maven%20Central\u0026logo=android\u0026style=flat-square)](https://search.maven.org/search?q=g:dev.shreyaspatil.compose-compiler-report-generator)                                                                                                                                                    |\n\n**▶️ [Read _the documentation_](https://patilshreyas.github.io/compose-report-to-html/) for more information and guide to\nuse\nthis utility**\n\n## 🙋‍♂️ Contribute\n\nRead [contribution guidelines](CONTRIBUTING.md) for more information regarding contribution.\n\n## 💬 Discuss?\n\nHave any questions, doubts or want to present your opinions, views? You're always welcome. You\ncan [start discussions](https://github.com/PatilShreyas/compose-report-to-html/discussions).\n\n## License\n\n```\nMIT License\n\nCopyright (c) 2022 Shreyas Patil\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 all\ncopies or substantial portions of the Software.\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 THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilshreyas%2Fcompose-report-to-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilshreyas%2Fcompose-report-to-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilshreyas%2Fcompose-report-to-html/lists"}