# repro-plugin-example **Repository Path**: mirrors_resiprocate/repro-plugin-example ## Basic Information - **Project Name**: repro-plugin-example - **Description**: Example plugin for repro, useful template for building standalone plugin projects - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To checkout and build this project: git clone https://github.com/resiprocate/repro-plugin-example.git cd repro-plugin-example cmake . make Using this as a skeleton for building your own plugin module project: Fork the project in github Clone your fork (git clone ...) Replace the word Example in all the code, rename the source file: sed -i -e 's/example/something/g' * sed -i -e 's/Example/Something/g' * git mv ExamplePlugin.cxx SomethingPlugin.cxx commit -m 'Adapt from Example to Something' Now insert your own code in the SomethingPlugin::process(...) method Copyright (C) 2013 Daniel Pocock http://danielpocock.com