@gdesignsystem/create-app
v0.1.8
Published
Create a new React app and add GDS (Gofore Design System) with one command
Maintainers
Readme
@gdesignsystem/create-app
Scaffold a React + Vite app with GDS pre-wired.
Create a project
npm and pnpm create add a create- prefix to the name you pass. Use @gdesignsystem/app (not create-app):
npm create @gdesignsystem/app@latest my-project
# or
pnpm create @gdesignsystem/app@latest my-projectWrong (404 — resolves to @gdesignsystem/create-create-app):
npm create @gdesignsystem/create-app@latest my-project # don't use thisDirect CLI (same package, no naming quirk):
npx create-gds-app my-projectPublished package name on npm: @gdesignsystem/create-app.
AI agent rules (automatic)
Each scaffolded project includes:
AGENTS.md— canonical pointer for Claude Code and other agents.cursor/rules/gds-llm-agents.mdc— always-on Cursor rule.cursor/rules/gds-accessibility.mdc— WCAG review + lint after UI changesCLAUDE.md— Claude Code supplement.github/copilot-instructions.md— GitHub Copiloteslint+eslint-plugin-jsx-a11y—npm run lintcatches common a11y issues in JSX
All rules point agents to node_modules/@gdesignsystem/react/GDS_FOR_LLM_AGENTS.md after install.
