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@latest
bash
npx create-fsd-architecture@latest

Default behavior

  1. 1Ask for the project name.
  2. 2Ask which starter template to use.
  3. 3Generate the FSD project structure.
  4. 4Create the framework, tooling, and TypeScript configuration.
  5. 5Print the next commands to install dependencies and run the app.