This repository is a workspace for Stavrobot plugin submodules. It is not an installable Stavrobot plugin root and should not be added to Stavrobot directly.
Each top-level plugin-* directory is its own plugin repository checked out as a git submodule.
Current submodules:
plugin-apple-reminders/
git clone --recurse-submodules https://github.com/diegopetrucci/stavrobot-plugins.git
cd stavrobot-pluginsIf you already cloned the workspace without submodules, initialize and update them with:
git submodule update --init --recursiveTo pull the latest submodule commits recorded by this workspace later:
git pull --ff-only
git submodule update --init --recursiveInstall individual plugins from their standalone repositories or by copying a checked-out submodule directory into your local Stavrobot plugins directory.
For Apple Reminders, use the standalone plugin repository: