Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patilshreyas/compose-report-to-html
A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
https://github.com/patilshreyas/compose-report-to-html
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
Last synced: 6 days ago
JSON representation
A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
- Host: GitHub
- URL: https://github.com/patilshreyas/compose-report-to-html
- Owner: PatilShreyas
- License: mit
- Created: 2022-04-13T06:25:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:14:52.000Z (7 months ago)
- Last Synced: 2024-05-01T16:17:51.666Z (6 months ago)
- 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
- Language: Kotlin
- Homepage: https://patilshreyas.github.io/compose-report-to-html/
- Size: 1.93 MB
- Stars: 323
- Watchers: 4
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Compose Compiler Reports to HTML Generator
A utility to convert Jetpack Compose compiler metrics and reports to beautified 😍 HTML page.
_Made with ❤️ for Android Developers and Composers_[![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)
[![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)| Distribution | Usage Guide | Install |
|----------------------|---------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **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&label=Plugin&logo=gradle&style=flat-square)](https://plugins.gradle.org/plugin/dev.shreyaspatil.compose-compiler-report-generator) |
| **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&logo=npm&style=flat-square)](https://www.npmjs.com/package/compose-report2html)
[![Download JAR](https://img.shields.io/github/v/release/patilshreyas/compose-report-to-html?label=JAR&logo=java&style=flat-square)](https://github.com/patilshreyas/compose-report-to-html/releases/latest/download/composeReport2Html.jar) |
| **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&logo=android&style=flat-square)](https://search.maven.org/search?q=g:dev.shreyaspatil.compose-compiler-report-generator) |**▶️ [Read _the documentation_](https://patilshreyas.github.io/compose-report-to-html/) for more information and guide to
use
this utility**## 🙋♂️ Contribute
Read [contribution guidelines](CONTRIBUTING.md) for more information regarding contribution.
## 💬 Discuss?
Have any questions, doubts or want to present your opinions, views? You're always welcome. You
can [start discussions](https://github.com/PatilShreyas/compose-report-to-html/discussions).## License
```
MIT LicenseCopyright (c) 2022 Shreyas Patil
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```