brylix-cli-0.1.0 is not a library.
Brylix CLI
Command-line tool for the Brylix framework. Create projects, generate code, and deploy to AWS Lambda.
Installation
Commands
Create New Project
# Basic project
# With multi-tenant support
# With PostgreSQL
Generate Code
# Generate entity (SeaORM model)
# Generate service layer
# Generate repository layer
# Generate GraphQL resolver
# Generate migration
Development
# Run locally with hot reload
# Run database migrations
# Create new migration
Deployment
# Build for AWS Lambda (ARM64)
# Deploy to AWS Lambda
Generated Project Structure
my-api/
├── Cargo.toml
├── .env
├── src/
│ ├── main.rs
│ ├── graphql/
│ │ ├── mod.rs
│ │ ├── query.rs
│ │ ├── mutation.rs
│ │ └── types.rs
│ ├── service/
│ ├── repository/
│ └── model/
└── migration/
└── src/
└── lib.rs
Requirements
- Rust 1.75+
- cargo-lambda for local development and deployment
Documentation
Full documentation is available at docs.rs/brylix-cli.
License
Licensed under either of Apache License 2.0 or MIT License at your option.