Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 396 Bytes

File metadata and controls

19 lines (16 loc) · 396 Bytes

This command helps you create just an ellar project provided pyproject.toml exist in the working directory(cwd)

ellar create-project my_new_project

will create a folder as follows:

my_new_project
├── apps
|   └── __init__.py
├── core
├── domain
└── __init__.py
└── config.py
└── root_module.py
└── server.py