@cloudwick/create-react-app
v1.0.0
Published
CLI tool to scaffold React + TypeScript + Vite projects with pre-configured infrastructure
Readme
@cloudwick/create-react-app
A CLI tool that scaffolds React + TypeScript + Vite projects with pre-configured infrastructure.
Features
- ⚡️ Vite - Lightning fast HMR
- ⚛️ React 18 - Latest React features
- 🎯 TypeScript - Strict mode by default
- 🎨 TailwindCSS - Utility-first CSS
- 🔍 ESLint - Custom rules included
- 💅 Stylelint - CSS linting
- 🛣️ React Router v7 - Permanent paths routing
- 🔄 Redux Toolkit - Optional state management
- 🌐 i18n - Optional internationalization
- 🧪 Jest + RTL - Optional testing setup
- 🪝 Husky - Optional git hooks
- 🔔 App Notifications - Optional toast system
- 🎨 Astral UI - Optional component library (auto-configured)
Usage
npx @cloudwick/create-react-app my-project
# or
npm create @cloudwick/react-app my-project
# or
yarn create @cloudwick/react-app my-projectRequirements
- Node.js ^20.16.0
- yarn >= 1.22.0 (or npm >= 9.0.0, or pnpm >= 8.0.0)
Development
# Install dependencies
yarn install
# Build CLI
yarn build
# Run tests
yarn test
# Test locally
yarn link
cw-create-react-app test-projectDocumentation
- CHANGELOG.md - Version history and changes
Testing
- Test Scripts - Automated test scripts
License
MIT
