Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T20:16:04.000Z (over 3 years ago)
- Last Synced: 2024-12-11T06:05:22.227Z (12 days ago)
- Topics: badge, fastlane-plugin, fastlane-plugin-badge
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 203
- Watchers: 2
- Forks: 17
- 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
---
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](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).