Magento2 Webkul Custom Command Module
Magento2 Webkul Custom Command Module - allow to create your own custom commands, and here we created command to delete orders, (*1)
How to Install the module
copy and paste the downloaded folder & file to app/code/Webkul/CustomCommand, (*2)
Run Following Command via terminal
php bin/magento setup:upgrade, (*3)
Install the module via composer
Run the following commands in terminal-, (*4)
composer require webkul/custom-command dev-master, (*5)
php bin/magento setup:upgrade, (*6)
now module is properly installed, (*7)
How to test the module
Follow the blog link http://webkul.com/blog/how-to-create-custom-command-to-delete-order-in-magento2/, (*8)