Version 2

create-fsd-architecture documentation

The CLI now supports two workflows in one package: full project scaffolding and in-project FSD slice generation.

CLI workflows

Start a new project

No generator flag opens the existing interactive project creation wizard.

bash
npm create fsd-architecture@latest

Generate inside a project

Use the generator command from an existing codebase to add FSD slices.

bash
npx create-fsd-architecture --generate feature auth