export const Links = { CliGithub: 'https://github.com/arsalanirshad57/create-react-scaffold-cli', AppGithub: 'https://github.com/arsalanirshad57/react-scaffold-app', NpmPackage: 'https://www.npmjs.com/package/create-react-scaffold-cli', CreatorName: 'Muhammad Arsalan', CreatorGithub: 'https://github.com/arsalanirshad57', CreatorLinkedIn: 'https://www.linkedin.com/in/heyarsalanhere/', } as const; export const Commands = { Scaffold: 'npx create-react-scaffold-cli', Run: 'npm run dev', } as const; export const SOLUTIONS = [ { label: 'Architecture', value: 'Feature-first' }, { label: 'UI System', value: 'Primitives + Radix' }, { label: 'Data', value: 'React Query + Axios' }, { label: 'Tooling', value: 'ESLint + Prettier + Husky' }, ] as const;