Learn how to create a hello world module in Magento 2
To show all the modules with status in Magento 2
php bin/magento module:statusTo enable a module in Magento 2
php bin/magento module:enable <NameSpace_ModuleName>After you enable the module, you have to run the following command
php bin/magento setup:upgrade