All Cabot plugins index
All listed plugins below have been updated to use cabot 3 dependencies but not all was updated to check others dependencies or tested its own functionality.
echo "it is just an example"
git submodule add https://github.com/senzil/cabot-plugin-repo
git submodule update --init
git submodule update --recursive --remote
git commit -m "update plugins"
git push
cd path/to/plugin
git add <stuff>
git commit -m "comment"
git push
cd /main/project
git add path/to/plugin
git commit -m "updated my plugin"
git push