Project Scaffolding

Creating robust structural projects can be overwhelming, which is why floz-cli provides intelligent scaffolding tools tailored for different service sizes.

Creating a Workspace

floz new my_awesome_app --template saas

This will clone the `saas` template, properly structure the `Cargo.toml` properties, and replace environment properties matching your directory scope.

Modular Feature Generation

floz generate scaffold payments

Generates the `src/app/payments/` directory layout enforcing modular domain boundaries for easier testing and scale!