Sha256: e3f4b7e527a785399478b9b903ec7eb443b7de95accbe3f672cc8ff7970c89de
Contents?: true
Size: 1.84 KB
Versions: 4
Compression:
Stored size: 1.84 KB
Contents
# <%= plugin_name %> plugin [![pantograph Plugin Badge](https://rawcdn.githack.com/johnknapprs/pantograph/master/pantograph/assets/plugin-badge.svg)](https://rubygems.org/gems/<%= gem_name %>) ## Getting Started This project is a [_pantograph_](https://github.com/johnknapprs/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 your apps. To learn more, check out [pantograph.tools](https://pantograph.tools).
Version data entries
4 entries across 4 versions & 1 rubygems