MakeModule

It is used to generate a complete CRUD of a module.

IMPORTANT: Declare the names of the modules in camelCase.

cross make:module [name]

It will create an independent module, it is also possible to pass a second argument to create a module dependent on another.

cross make:module [name] [father]