Project scaffolding
Create a new FSD project
The original workflow remains the default. When no generator flag is provided, the CLI starts the interactive project creation wizard.
Commands
bash
npm create fsd-architecture@latestbash
npx create-fsd-architecture@latestDefault behavior
- 1Ask for the project name.
- 2Ask which starter template to use.
- 3Generate the FSD project structure.
- 4Create the framework, tooling, and TypeScript configuration.
- 5Print the next commands to install dependencies and run the app.