# Generate Custom Module using Drupal Console
You can use Drupal's console to build out a custom module skeleton. The console command will walk you through various settings. At the end you'll have a custome module skeleton built out.
```shell
# Starts the module generation process.
drupal generate:module
```
# References
* [Create a Drupal 8 module using the Drupal Console](https://befused.com/drupal/console)
* This is where most of the documentation came from.