Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.22 KB

File metadata and controls

34 lines (27 loc) · 1.22 KB

Ellar Logo

Ellar CLI Tool for Scaffolding Ellar Projects and Modules and also running Ellar Commands

Test Coverage PyPI version PyPI version PyPI version

Introduction

Ellar CLI is an abstracted tool for ellar web framework that helps in standard project scaffold of the framework, module project scaffold, runing the project local server using uvicorn and runing custom command registered in application module or any ellar module.

Requirements

  • Python >= 3.7
  • Ellar

Installation

if you have ellar install ready

pip install ellar-cli

Full installation

pip install ellar-cli[full]

Usage

ellar --help