Skip to content

Example plugin for repro, useful template for building standalone plugin projects

Notifications You must be signed in to change notification settings

resiprocate/repro-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation


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

About

Example plugin for repro, useful template for building standalone plugin projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages