{"id":15292042,"url":"https://github.com/adityavijay21/fleem","last_synced_at":"2025-08-12T13:36:40.567Z","repository":{"id":257798115,"uuid":"862502195","full_name":"adityavijay21/fleem","owner":"adityavijay21","description":"🚀 A powerful CLI tool for generating customizable React projects with support for TypeScript, Jest, SCSS, routing, and state management. ✨📦","archived":false,"fork":false,"pushed_at":"2025-03-22T23:05:21.000Z","size":19307,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T01:50:50.338Z","etag":null,"topics":["adityavijay21","cli","fleem","harki","jest","npm-package","project-generator","react","react-automation","react-boilerplate","react-cli","react-generator","react-setup","react-starter","react-template","scaffolding","scss","state-management","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://fleem.is-a.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityavijay21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-24T17:52:20.000Z","updated_at":"2025-03-24T04:20:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d58c87a8-b9c4-4b8e-9c55-83bc739667cd","html_url":"https://github.com/adityavijay21/fleem","commit_stats":null,"previous_names":["adityavijay21/fleem"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adityavijay21/fleem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityavijay21%2Ffleem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityavijay21%2Ffleem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityavijay21%2Ffleem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityavijay21%2Ffleem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityavijay21","download_url":"https://codeload.github.com/adityavijay21/fleem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityavijay21%2Ffleem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270069171,"owners_count":24521760,"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-08-12T02:00:09.011Z","response_time":80,"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":["adityavijay21","cli","fleem","harki","jest","npm-package","project-generator","react","react-automation","react-boilerplate","react-cli","react-generator","react-setup","react-starter","react-template","scaffolding","scss","state-management","tailwindcss","typescript"],"created_at":"2024-09-30T16:16:16.661Z","updated_at":"2025-08-12T13:36:35.552Z","avatar_url":"https://github.com/adityavijay21.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fleem - The Ultimate React Project Generator\n\n🚀 **Fleem** is a powerful CLI tool that allows developers to quickly scaffold React projects with customizable options like TypeScript, testing frameworks, CSS preprocessors, routing, and state management. Fleem simplifies project setup and configuration, enabling you to focus on coding.\n\n## Features\n\n- **TypeScript support**: Easily add TypeScript to your project.\n- **Testing frameworks**: Choose between Jest, Mocha, or Chai for testing.\n- **Code formatting**: Optionally integrate Prettier for code formatting.\n- **CSS preprocessors**: Choose between plain CSS, SCSS, LESS, or Tailwind CSS.\n- **Routing**: Add React Router for routing management.\n- **State management**: Optionally integrate Redux, MobX, or Zustand for state management.\n- **Git initialization**: Automatically initialize a Git repository.\n- **Supports npm, yarn, and pnpm**: Select your preferred package manager.\n\n## Installation\n\nTo install Fleem globally, run:\n\n```bash\nnpm install -g fleem\n```\n\n## Usage\n\n### Create a new React project\n\nYou can generate a new React project by running:\n\n```bash\nfleem \u003cproject-name\u003e\n```\n\nThe CLI will guide you through a series of prompts to configure your project. You can also use the `--default` flag for a quick setup with default options:\n\n```bash\nfleem \u003cproject-name\u003e --default\n```\n\n### Custom Options\n\nYou can override the default configuration using various options:\n\n- `--typescript`: Use TypeScript.\n- `--jest`: Add Jest for testing.\n- `--prettier`: Add Prettier for code formatting.\n- `--scss`: Use SCSS for styling.\n- `--routing`: Add React Router for routing.\n- `--state-management \u003ctool\u003e`: Specify a state management tool (`redux`, `mobx`, or `zustand`).\n- `--package-manager \u003cmanager\u003e`: Specify the package manager (`npm`, `yarn`, or `pnpm`).\n\nExample:\n\n```bash\nfleem my-app --typescript --jest --prettier --scss --routing --state-management redux\n```\n\n### Upgrade Fleem\n\nTo upgrade Fleem to the latest version, run:\n\n```bash\nfleem upgrade\n```\n\n## Contributing\n\nWe welcome contributions to Fleem! Feel free to open issues or submit pull requests on [GitHub](https://github.com/adityavijay21/fleem).\n\n## Socials\n\n- **Website**: [https://fleem.is-a.dev/](https://fleem.is-a.dev/)\n- **NPM Package**: [https://www.npmjs.com/package/fleem](https://www.npmjs.com/package/fleem)\n- **GitHub**: [https://github.com/adityavijay21/fleem](https://github.com/adityavijay21/fleem)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityavijay21%2Ffleem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityavijay21%2Ffleem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityavijay21%2Ffleem/lists"}