A Better Way to Build a WordPress Plugin
There's a lot of cool new WordPress projects around, but sometimes it's difficult to get them all working together. A while ago, I found the WP CLI, and then I found the WP Scaffold Plugin command. It's a great way to setup a new plugin, however you ...
mc.hashnode.dev3 min read
Ritesh Tailor
Nothing is impossible ... but need some efforts - Programmer
Hi,
I have tried the exact procedure you have explained. Installed WP-CLI globally and then followed above code to create a custom plugin, but I am getting npm ERR! Missing script: "wp"
Could you please help me with what I am missing?