https://github.com/hazat/fastlane-plugin-badge
The fastlane plugin for badge
https://github.com/hazat/fastlane-plugin-badge
badge fastlane-plugin fastlane-plugin-badge
Last synced: 6 months ago
JSON representation
The fastlane plugin for badge
- Host: GitHub
- URL: https://github.com/hazat/fastlane-plugin-badge
- Owner: HazAT
- License: mit
- Created: 2016-12-16T09:47:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T20:16:04.000Z (over 4 years ago)
- Last Synced: 2025-04-13T00:46:52.755Z (6 months ago)
- Topics: badge, fastlane-plugin, fastlane-plugin-badge
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 204
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastlane plugin for badge
https://github.com/HazAT/badge
---
[](https://rubygems.org/gems/fastlane-plugin-badge)
## Getting Started
This project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-badge`, add it to your project by running:
```bash
fastlane add_plugin badge
```## About badge
For more information and details, head over to the [badge repo](https://github.com/HazAT/badge)
## Example
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
## Run tests for this plugin
To run both the tests, and code style validation, run
```
rake
```To automatically fix many of the styling issues, use
```
rubocop -a
```## Issues and Feedback
https://github.com/HazAT/badge/issues
## Troubleshooting
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
## Using `fastlane` Plugins
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
## About `fastlane`
`fastlane` is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).