{"id":16036501,"url":"https://github.com/amitkroutthedev/create-reactopack","last_synced_at":"2026-02-11T06:33:05.107Z","repository":{"id":197554126,"uuid":"698258341","full_name":"amitkroutthedev/create-reactopack","owner":"amitkroutthedev","description":"An npx CLI that handles scaffolding and setup of a React project using Webpack and other popular packages","archived":false,"fork":false,"pushed_at":"2025-02-15T11:36:24.000Z","size":31765,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T01:08:45.408Z","etag":null,"topics":["chalkjs","create-sra","inquirer","nodejs","npm-package","npx","reactjs","shelljs","webpack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-rp-app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amitkroutthedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-29T14:07:45.000Z","updated_at":"2025-07-01T15:41:23.000Z","dependencies_parsed_at":"2024-01-18T04:42:11.665Z","dependency_job_id":"d4548967-fc95-415a-ac6c-b1b9a5e79f06","html_url":"https://github.com/amitkroutthedev/create-reactopack","commit_stats":{"total_commits":34,"total_committers":4,"mean_commits":8.5,"dds":0.6764705882352942,"last_synced_commit":"0ed8ccc1af6a287c1a314f571b3205e3b6737780"},"previous_names":["amitkroutthedev/super-react-app"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/amitkroutthedev/create-reactopack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitkroutthedev%2Fcreate-reactopack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitkroutthedev%2Fcreate-reactopack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitkroutthedev%2Fcreate-reactopack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitkroutthedev%2Fcreate-reactopack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amitkroutthedev","download_url":"https://codeload.github.com/amitkroutthedev/create-reactopack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitkroutthedev%2Fcreate-reactopack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29328261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chalkjs","create-sra","inquirer","nodejs","npm-package","npx","reactjs","shelljs","webpack"],"created_at":"2024-10-08T22:05:06.202Z","updated_at":"2026-02-11T06:33:05.100Z","avatar_url":"https://github.com/amitkroutthedev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Create-Reactopack\n\n\u003e **Interactive CLI to generate React 19 + Webpack 5 apps with optional Router, Redux, Axios, and CSS frameworks – full control, no hidden config.**\n\nPerfect if you like React + Webpack but want a faster setup than wiring everything from scratch or fighting CRA/Vite’s hidden config.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/create-rp-app.svg?logo=npm\u0026color=blue\" alt=\"npm version\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dt/create-rp-app?logo=npm\" alt=\"downloads\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"license\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/demo.gif\" alt=\"create-rp-app CLI demo\" width=\"700\"\u003e\n\u003c/p\u003e\n\n### Quick Start\n\n```bash\nnpx create-rp-app\n```\n\nThat's it! Follow the interactive prompts to customize your React project.\n\n### Common Setups\n\n- **React + TypeScript + Router + Redux + TailwindCSS**\n\n```bash\nnpx create-rp-app\n# Prompts:\n# - Folder name: my-awesome-app\n# - Will you be using TypeScript or JavaScript? TypeScript\n# - Select a package manager: pnpm (or npm / yarn)\n# - What packages to include? React Router, Redux, Axios\n# - Please choose the css framework: TailwindCSS\n```\n\n---\n\n### What You Get\n\nCreate-Reactopack generates a **clean, production-ready React project** with:\n\n- **Webpack** configured and ready\n- **Package Manager** choice (npm, yarn, or pnpm)\n- **TypeScript** or **JavaScript** support\n- **CSS Frameworks**: TailwindCSS, MUI, or Bootstrap\n- **React Router** for routing\n- **Redux** with Thunk or Saga middleware\n- **Axios** for API calls\n- **Zero configuration** - everything works out of the box\n\n---\n\n### Why Choose Reactopack?\n\n| Feature | Reactopack | CRA / Vite / Others |\n|---------|-----------|----------------------|\n| **Webpack Control** | Full control | Hidden or abstracted config |\n| **Package Selection** | Interactive | Fixed setup / extra installs |\n| **CSS Framework** | Choose on setup | Manual install \u0026 wiring |\n| **State Management** | Pre-configured Redux + middleware | DIY setup |\n| **Speed** | Fast setup | Varies |\n\n---\n\n### Features\n\n- **Interactive CLI** - Choose what you need, skip what you don't\n- **Fully Customizable** - Webpack config is yours to modify\n- **Fast Setup** - Get started in seconds, not minutes\n- **Secure** - Latest packages with no known vulnerabilities\n- **Modern Stack** - React 19, latest Webpack, and best practices\n- **Zero Bloat** - Only install what you select\n\n---\n\n### What's Included\n\n### Core Setup\n- React 19 with Webpack 5\n- Hot Module Replacement (HMR)\n- Production-ready build configuration\n- Development server with auto-reload\n\n### Optional Packages\n- **React Router** - Client-side routing\n- **Redux** - State management (with Thunk or Saga)\n- **Axios** - HTTP client\n- **TailwindCSS** - Utility-first CSS\n- **Material-UI** - React component library\n- **Bootstrap** - Popular CSS framework\n\n---\n\n### Usage\n\n1. **Run the command:**\n   ```bash\n   npx create-rp-app\n   ```\n\n2. **Answer the prompts:**\n   - Project name\n   - TypeScript or JavaScript\n   - Package manager (npm/yarn/pnpm)\n   - Optional additional packages (you can press Enter to skip)\n   - CSS framework\n\n3. **Start coding:**\n   ```bash\n   cd your-project-name\n   npm install  # or yarn/pnpm\n   npm run dev   # or yarn dev / pnpm dev\n   ```\n\n---\n\n### Example Output\n\n```\n\u003e\u003e\u003e\u003e\u003e\u003e  Welcome to REACTOPACK\n\n? Enter your folder name: my-awesome-app\n? Will you be using TypeScript or JavaScript? TypeScript\n? Select a package manager: pnpm\n? What packages to include? (optional) React Router, Axios, Redux\n? Choose Redux middleware: redux-thunk\n? Please choose the css framework: TailwindCSS\n\nmy-awesome-app successfully created!\n\nTo run the project:\n   cd my-awesome-app\n   pnpm install\n   pnpm dev\n```\n\n---\n\n## Contributing\n\nFound a bug or have a feature request? We'd love your help!\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n---\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## Support\n\nStar this repo if you find it helpful!\n\n[Report a bug](https://github.com/amitkroutthedev/create-reactopack/issues)\n\n[Request a feature](https://github.com/amitkroutthedev/create-reactopack/issues)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003ca href=\"https://github.com/amitkroutthedev\"\u003eamitkrout\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitkroutthedev%2Fcreate-reactopack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitkroutthedev%2Fcreate-reactopack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitkroutthedev%2Fcreate-reactopack/lists"}