Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 388 Bytes

File metadata and controls

19 lines (16 loc) · 388 Bytes

This command helps you create just an Ellar project provided the "pyproject.toml" file exists in the working directory(CWD)

ellar create-project my_new_project

will create a folder as follows:

my_new_project/
├─ apps/
│  ├─ __init__.py
├─ core/
├─ config.py
├─ domain
├─ root_module.py
├─ server.py
├─ __init__.py