Ellar CLI¶
Ellar CLI is an abstracted tool for the Ellar web framework that helps in the standard project scaffold of the framework, module project scaffold, running the project local server using UVICORN, and running custom commands registered in the application module or any Ellar module.
Installation¶
if you have ellar install ready
pip install ellar-cli
Usage¶
To verify ellar-cli is working, run the command belove
ellar --help
Usage: Ellar, Python Web framework [OPTIONS] COMMAND [ARGS]...
Options:
-p, --project TEXT Run Specific Command on a specific project
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
Commands:
create-module - Scaffolds Ellar Application Module -
create-project - Scaffolds Ellar Application -
new - Runs a complete Ellar project scaffold and creates...
runserver - Starts Uvicorn Server -
say-hi