Sha256: d7dc7118f1227d71b38cd815bf0a3d91846bee4f2fdf30db5521be7fa413e0b3
Contents?: true
Size: 1.89 KB
Versions: 4
Compression:
Stored size: 1.89 KB
Contents
# <%= plugin_name %> plugin [![pantograph Plugin Badge](https://rawcdn.githack.com/pantograph/pantograph/master/pantograph/assets/plugin-badge.svg)](https://rubygems.org/gems/<%= gem_name %>) ## Getting Started This project is a [_pantograph_](https://github.com/pantograph/pantograph) plugin. To get started with `<%= gem_name %>`, add it to your project by running: ```bash pantograph add_plugin <%= plugin_name %> ``` ## About <%= plugin_name %> <%= summary %> **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here. ## Example Check out the [example `Pantfile`](pantograph/Pantfile) to see how to use this plugin. Try it by cloning the repo, running `pantograph install_plugins` and `bundle exec pantograph test`. **Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary) ## 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 For any other issues and feedback about this plugin, please submit it to this repository. ## Troubleshooting If you have trouble using plugins, check out the [Plugins Troubleshooting](https://johnknapprs.github.io/pantograph/plugins/plugins-troubleshooting/) guide. ## Using _pantograph_ Plugins For more information about how the `pantograph` plugin system works, check out the [Plugins documentation](https://johnknapprs.github.io/pantograph/plugins/create-plugin/). ## About _pantograph_ _pantograph_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [pantograph.tools](https://pantograph.tools).
Version data entries
4 entries across 4 versions & 1 rubygems