Remix
Scaffold a Remix-style React Router project via the official create-react-router CLI
Primary commands
bash
npx scafix create remix
npx scafix create remix --name web-app --package-manager pnpmSupported customizations
No stack-specific customization prompts are currently exposed for this stack.
--yes defaults
| Key | value |
|---|---|
| template | remix |
Notes
- Scafix currently uses the standard Remix-style template without extra stack-specific prompts.
- The selected package manager is passed to the upstream React Router scaffold.
- Upstream install and git initialization are disabled so dependency installation and repository setup stay under the shared Scafix flow.
Shared flow reminder
- Shared flags such as
--name,--directory,--package-manager,--git, and--debugapply here as well. - If required values are omitted and a TTY is available, Scafix prompts for them before calling the stack adapter.
- See CLI Reference for the shared command surface used by
scafix.
