The client-side-extension template provides a complete example with different extensions.
It is fine for testing stuff and adding on top. But, if one would like to create his own client-side-extension plugin he would need to modify alot in the template.
I went on modifying/deleting lots of stuff, but due to my lack of knowledge of the overall plugin architecture I came across build failures that I couldn’t fix.
Is there a way to create a bare minimum client side extension plugin, where one could add one of given extension in the template for e.g. (diff-toolbar-extension.js).
Note that the “page-bootstrapper” is not needed in my case.
I have so far tried:
atlas-create-bitbucket-plugin
atlas-create-bitbucket-plugin-module
But when prompted to choose the plugin module there is no client-side-extension type.
Thanks in advance.