| Crates.io | create-lamdera-app |
| lib.rs | create-lamdera-app |
| version | 0.1.0 |
| created_at | 2025-10-25 04:33:42.140015+00 |
| updated_at | 2025-10-25 04:33:42.140015+00 |
| description | A CLI tool to scaffold Lamdera applications with Tailwind CSS, authentication, i18n, and testing |
| homepage | |
| repository | https://github.com/CharlonTank/create-lamdera-app-rs |
| max_upload_size | |
| id | 1899684 |
| size | 1,468,812 |
A Rust implementation of create-lamdera-app - A CLI tool to scaffold Lamdera applications with batteries included.
cargo install create-lamdera-app
# Interactive mode
create-lamdera-app
# With flags
create-lamdera-app --name my-app --simple
# See all options
create-lamdera-app --help
--name <name> - Project name--simple - Use simple boilerplate (no demo features)--skip-install - Skip package installation--package-manager <npm|bun> - Choose package manager (default: npm)--no-github - Don't create GitHub repository--public - Make GitHub repository public--help - Show help--version - Show version# Build
cargo build
# Run
cargo run -- --help
# Test
cargo test
MIT