Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ellar-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ellar-cli

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

  • 0.4.3
  • Source
  • PyPI
  • Socket score

Maintainers
1

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 the Ellar web framework that helps in the standard project scaffolding and other application commands.

Ellar CLI is built on Click

Installation

if you have ellar install ready

pip install ellar-cli

Usage

To verify ellar-cli is working, run the command below

ellar --help

The above command should output this:

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

Full Documentation: Here

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc