This repository contains a sample plugin for the Revelation todo software. It demonstrates the recommended structure and basic integration workflow for developing plugins.
-
Clone the Revelation repository
git clone --recursive https://github.com/revelationtodo/Revelation.git -
Add the plugin sample
Navigate to the
Sourcedirectory inside the Revelation project, then clone this repository:cd Revelation/SourceCode git clone https://github.com/revelationtodo/Revelation.Plugin.Sample.git RevelationPluginSample -
Build Revelation
Follow the build instructions provided in the main Revelation repository’s Readme.md.
-
Build and run
After completing the engine setup, build the project and run it to verify that the sample plugin is correctly loaded.
PS: Please ensure that the repository published on GitHub includes the tag: revelation-plugin.