Drupal console brings scaffolding to the Drupal ecosystem and makes it easy to generate a content entity.
In most instances you will find it easier to work with a custom entity within a custom module.
Step 1 : Generate a module
vendor/bin/drupal generate:module
Follow the prompts and create yo...