You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the few addons in the cli repo are in the addons branch; that's not ideal, and I honestly don't remember why I did it that way (it was a long time ago).
As a general guideline, I think addons should be in their own repositories, but I think the cli repo should have a few simple ones just as examples to other developers, which I think was my train of thought back in the day.
I'm fine with moving the addons in the addons branch to the master branch in their own folder and deleting that branch, okay by me.
It would be great to have
action\PLUGIN_NAME\*
as a structure so actions (add-ons) can be added in a clean structure without polluting the folder.Personally, I use
git submodule
to structure the actions folder.An example of something like this is how vim does plugins. See: vim-plug
The text was updated successfully, but these errors were encountered: