Building a wordpress plugin scaffolding from scratch
This is a basic walkthrough on how to create the scaffolding for a wordpress plugin from scratch.
Firstly, create a repo in github
clone that repo to your machine and inside, create a file with the same name as the repo:
coolplugin/coolplugin.php
inside this file, add your plugin header information.