Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watanavex/chikuwa
Danger Plugin for reporting Android build errors and warnings
https://github.com/watanavex/chikuwa
android danger danger-plugin
Last synced: about 2 months ago
JSON representation
Danger Plugin for reporting Android build errors and warnings
- Host: GitHub
- URL: https://github.com/watanavex/chikuwa
- Owner: watanavex
- License: mit
- Created: 2022-06-11T00:46:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T03:31:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T05:37:17.863Z (3 months ago)
- Topics: android, danger, danger-plugin
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-danger - danger-chikuwa - A Danger Plugin for reporting Android build errors and warnings. (Plugins / Ruby (danger))
README
# danger-chikuwa
Danger Plugin for reporting Android build errors and warnings
## Installation
Add this line to your Gemfile:
```
gem danger-chikuwa
```## Usage
Redirect the standard and error output of the command line build to a text file.
Change the build flavor as needed.```
$ ./gradlew assembleDebug 2>&1 | tee build.log
```Add a line to your Dangerfile.
```
chikuwa.report "build.log"
```Optionally supports inline comments.
```
chikuwa.inline_mode = true
```Here is a sample repository.
https://github.com/watanavex/android-check-for-chikuwa/pull/5## Development
1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.## What is Chikuwa?
Chikuwa is my family❤️
![chikuwa-photo](https://user-images.githubusercontent.com/3221619/173847362-e4cb1bd4-1b18-4ef9-abc6-fa061c215e81.png)