Skip to content

senzil/cabot-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cabot-plugins

All Cabot plugins index

GitHub

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.


ADD NEW PLUGIN SUBMODULE TO LIST

echo "it is just an example"
git submodule add https://github.com/senzil/cabot-plugin-repo

HOW UPDATE PLUGINS SUBMODULES

git submodule update --init
git submodule update --recursive --remote
git commit -m "update plugins"
git push

COMMIT AND PUSH SUBMODULE CHANGES

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

Releases

No releases published

Packages

No packages published