This repo is a template for Manyfold plugins. See the plugin documentation for details.
- Rename gemspec file to your plugin name (in snake_case).
- Fill in metadata in gemspec.
- Rename folders and files in
libto the same plugin name as the gemspec. - Replace
MyPluginin all files with your plugin name (in CamelCase), andmy_plugineverywhere with the snake_case version. - Update LICENSE.md and the gemspec license field with your preferred license.
- Tag your repository with
manyfold-pluginso we can find it! - Replace this README with your own!
See the developer documentation and example plugin for examples of what you can do!