You can create a skeleton of module from Module Generator. After creating a module structure update your module to database using command line code :
1 |
php bin/magento setup:upgrade |
To every magento project there needs certain level of customization on overriding magento core classes. Editing and adding our custom code on magento core classes is a bad practice…