Skip to content

๐Ÿ‰ Command-line interface for Wyrmx โ€” generate, build, and manage AI-powered, Cython-accelerated FastAPI projects from natural language prompts.

Notifications You must be signed in to change notification settings

Wyrmx/Wyrmx-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

73 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Wyrmx-logo

๐Ÿ‰ Wyrmx CLI

Wyrmx CLI is the official command-line interface for Wyrmx โ€” a modern, AI-assisted web framework built on FastAPI and Uvicorn.

With Wyrmx CLI, you can scaffold, generate, and manage full-stack or microservice projects without the usual setup headaches. From controllers and services to models and schemas, everything is automated so you can focus on building your application, not boilerplate.


๐Ÿ“‹ Prerequisites

Before installing Wyrmx CLI, make sure you have:

  • Python 3.13 installed
  • pipx (to install Wyrmx CLI globally)
  • Poetry installed globally (for dependency management)

โšก Installation

Install Wyrmx CLI globally with:

pipx install wyrmx-cli

Verify installation

wyrmx --help

โœจ Quick Start

Create a new project:

wyrmx new <project-name>
cd <project-name>

Generate Common modules:

# Controllers / Services / Models / Schemas

wyrmx generate:controller <controller-name> 
wyrmx generate:service <service-name>
wyrmx generate:model <model-name>
wyrmx generate:schema <schema-name>

Run the server:

wyrmx run # defaults to http://127.0.0.1:8000

ย ๐Ÿš€ Features

ย ๐Ÿง  AI-Enhanced Code Generation (in development)

Integrates LLMs via MCP to generate boilerplate directly in your projectโ€”no copy-pasting from chat windows.

โš™๏ธ Project Scaffolding

Spin up complete Wyrmx project structures with FastAPI + Uvicorn in seconds.

๐Ÿ›  Modular Code Generation

Generate controllers, services, models, schemas via simple CLI commands.

๐Ÿ”ง HTTP Decorators

Decorators for request methods and pathsโ€”skip repetitive endpoint wiring.

๐Ÿ“ฆ Build & Manage Projects

Alembic + SQLAlchemy for migrations and ORM usage

Poetry for dependency management

Pyright for pre-execution type checking

Pytest for testing, out of the box

๐Ÿ–ฅ Developer-Friendly CLI

No need to activate a venv each timeโ€”the CLI handles workflows.

Create boilerplate, run servers, and manage migrations with clear, concise commands.

About

๐Ÿ‰ Command-line interface for Wyrmx โ€” generate, build, and manage AI-powered, Cython-accelerated FastAPI projects from natural language prompts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages