Finally, if we open a Terminal window, we can use Drupal console to generate nodes with dummy content simply by entering the following command and then following the prompts:
drupal create:nodes
The preceding code is illustrated in the following image:

Now, if we were to navigate to /admin/content, we would see a list of dummy nodes for the selected content type.
Knowing how to master using Drupal console will speed up development time when building Drupal 8 websites. Ensure that you always refer to the list of functions that Drupal console provides.