{"id":31642369,"url":"https://github.com/abhi5455/react_zeltra","last_synced_at":"2025-10-07T03:58:51.864Z","repository":{"id":312742929,"uuid":"1048278883","full_name":"abhi5455/React_Zeltra","owner":"abhi5455","description":"Quickstart React Setup","archived":false,"fork":false,"pushed_at":"2025-09-01T19:13:28.000Z","size":70,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T19:22:49.687Z","etag":null,"topics":["axios","lucide-icons","react","react-setup","redux-toolkit","tailwindcss","zustand"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-zeltra","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/abhi5455.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T07:49:13.000Z","updated_at":"2025-09-01T19:13:31.000Z","dependencies_parsed_at":"2025-09-01T19:22:51.323Z","dependency_job_id":"9726c5ca-7afe-4c97-8c23-b34e43749b67","html_url":"https://github.com/abhi5455/React_Zeltra","commit_stats":null,"previous_names":["abhi5455/react_zeltra"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/abhi5455/React_Zeltra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi5455%2FReact_Zeltra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi5455%2FReact_Zeltra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi5455%2FReact_Zeltra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi5455%2FReact_Zeltra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhi5455","download_url":"https://codeload.github.com/abhi5455/React_Zeltra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi5455%2FReact_Zeltra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717442,"owners_count":26033542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["axios","lucide-icons","react","react-setup","redux-toolkit","tailwindcss","zustand"],"created_at":"2025-10-07T03:58:43.328Z","updated_at":"2025-10-07T03:58:51.854Z","avatar_url":"https://github.com/abhi5455.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React ZELTRA\n\nA powerful CLI tool to quickly scaffold React projects with popular libraries and configurations pre-setup.\n\n## Features\n\n✅ **Vite** - Lightning fast build tool  \n✅ **TypeScript** - Type-safe development  \n✅ **Tailwind CSS** - Utility-first CSS framework  \n✅ **ESLint** - Code linting and formatting  \n✅ **React Router** - Client-side routing  \n✅ **Zustand/Redux Toolkit** - State management  \n✅ **Lucide Icons** - Beautiful icon library  \n✅ **Axios** - HTTP client\n\n## Installation\n\n### Global Installation\n```bash\nnpm install -g react-zeltra\n```\n\n### Use with npx (Recommended)\n```bash\nnpx react-zeltra\n```\n\n## Usage\n\nSimply run the command and follow the interactive prompts:\n\n```bash\nreact-zeltra\n```\n\nOr with npx:\n```bash\nnpx react-zeltra\n```\n## Why “ZELTRA”? \nBecause it’s a mashup of the things that usually give you headaches: \u003c/br\u003e\nZustand / Redux, ESLint, Lucide, Tailwind, React Router, Axios… boom, ZELTRA! ⚡ \u003c/br\u003e \nEverything you need, all in one, no more hunting around for configs.\n\n## What it does\n\n1. 🚀 Creates a new Vite React project\n2. 📦 Installs and configures selected packages\n3. ⚙️ Sets up configuration files automatically\n4. 🎨 Configures Tailwind CSS with proper content paths\n5. 🔍 Sets up ESLint with React and TypeScript rules\n6. 🧭 Creates basic React Router setup\n7. ✨ Ready to use project structure\n\n## Generated Project Structure\n\n```\nmy-react-app/\n├── src/\n│   ├── App.tsx         # Main app component with routing (if selected)\n│   ├── main.tsx        # Entry point\n│   └── index.css       # Tailwind directives (if selected)\n├── tailwind.config.js  # Tailwind configuration\n├── .eslintrc.json      # ESLint configuration  \n├── package.json        # Dependencies and scripts\n└── vite.config.ts      # Vite configuration\n```\n\n## See It in Action\n![img.png](/public/firstlook_without_router.png)\n\n## Requirements\n\n- Node.js 16 or higher\n- npm or yarn\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nMIT License - see LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi5455%2Freact_zeltra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhi5455%2Freact_zeltra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi5455%2Freact_zeltra/lists"}