I followed all the steps in plugins.jquery.com repo on github ( https://github.com/jquery/plugins.jquery.com/ ) to be ready to add my plugin to the new system I have a plugin called Tweetslider in the old repositories, but I'm confused.
I set up local jquery sites using / etc / hosts to redirect it to my ip and configure all the functions of node.js. I assumed that the publication of the plugin will be done through wp-admin of the local site, but it does not seem to be so.
The more I read, the more it seems that I just add the jquery.json manifest file to the root of my repository, add the post-receive-hook in github to the destination site receiving the url, and send a new tag with the version number, which will then be uploaded by jquery plugins and added. If so, why am I worried about a web base template, etc., as well as setting up local db plugins, etc.
My repository for tweetslider is here https://github.com/LiamBailey/TweetSlider
If I follow the steps above, will my plugin be added or added if the manifest is valid, or am I missing something?
For example, at the end of the readme on the jQuery repo, linked at the top of the post, it gives as the final command:
Website launch
node scripts / manager.js
But when I run this, it does absolutely nothing. I checked sysmonitor and there was a node applet, but I can’t see anything visually. I looked at the code, but I don’t understand this either. All Wordpress stuff is perfect, I have local jQuery and I can log in. I hope that someone else will look at all this and better understand it than me, because I think I’ll lose my mind soon.
Liam Bailey
source share