Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 6.43 KB

File metadata and controls

31 lines (27 loc) · 6.43 KB

This command helps you create an Ellar project module, like a small app within a project. It depends on the existence of an Ellar project.

ellar create-module my_project_module

will create a folder as follows:

john_doe/
├─ apps/
│  ├─ my_project_module/
│  │  ├─ tests/
│  │  │  ├─ __init__.py
│  │  ├─ controllers.py
│  │  ├─ module.py
│  │  ├─ routers.py
│  │  ├─ services.py
│  │  ├─ __init__.py
│  ├─ __init__.py
├─ core/
├─ domain/
├─ tests/
│  ├─ __init__.py
├─ __init__.py/
├─ config.py
├─ root_module.py                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         dsssss                                                                                                                                                                                                                                                        cxccccccxxcxxnew_file
├─ server.py