{"id":19176087,"url":"https://github.com/fengxinming/riant","last_synced_at":"2026-05-17T17:37:28.555Z","repository":{"id":57152641,"uuid":"221452941","full_name":"fengxinming/riant","owner":"fengxinming","description":"Highly configurable development and build tools for react.","archived":false,"fork":false,"pushed_at":"2021-07-18T07:25:37.000Z","size":1359,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T15:50:32.856Z","etag":null,"topics":["create-react-app","react","react-scripts","riant"],"latest_commit_sha":null,"homepage":"https://fengxinming.github.io/riant/","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/fengxinming.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}},"created_at":"2019-11-13T12:21:28.000Z","updated_at":"2021-07-04T09:11:03.000Z","dependencies_parsed_at":"2022-09-06T07:41:20.309Z","dependency_job_id":null,"html_url":"https://github.com/fengxinming/riant","commit_stats":null,"previous_names":["react-hobby/riant"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fengxinming/riant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengxinming%2Friant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengxinming%2Friant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengxinming%2Friant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengxinming%2Friant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fengxinming","download_url":"https://codeload.github.com/fengxinming/riant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengxinming%2Friant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171537,"owners_count":24207415,"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-01T02:00:08.611Z","response_time":67,"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":["create-react-app","react","react-scripts","riant"],"created_at":"2024-11-09T10:27:09.802Z","updated_at":"2026-05-17T17:37:23.534Z","avatar_url":"https://github.com/fengxinming.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# riant\nHighly configurable development and build tools for react.\n\n## [English Documentation](https://react-hobby.github.io/riant/)\n## [中文文档](https://react-hobby.github.io/riant/zh/)\n\n---\n\n## Creating an App\n\n### Installing template\n\n```bash\n# npm 5.2+\nnpx create-react-app my-app --template riant\n# npm 6+\nnpm init react-app my-app --template riant\n# Yarn 0.25+\nyarn create react-app my-app --template riant\n```\n\n### Start the Dev Server\n\n```bash\ncd my-app\nnpm start\n```\n\n| Template | Version | Docs | Usage |\n| ------- | ------- | ---- | ----------- |\n| [`riant`](packages/cra-template-riant) | [![npm](https://img.shields.io/npm/v/cra-template-riant.svg?style=flat-square)](https://www.npmjs.com/package/cra-template-riant) | [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](packages/cra-template-riant#readme) | npm init react-app my-app --template riant |\n| [`riant-antd`](packages/cra-template-riant-antd) | [![npm](https://img.shields.io/npm/v/cra-template-riant-antd.svg?style=flat-square)](https://www.npmjs.com/package/cra-template-riant-antd) | [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](packages/cra-template-riant-antd#readme) | npm init react-app my-app --template riant-antd |\n| [`riant-order-management`](packages/cra-template-riant-order-management) | [![npm](https://img.shields.io/npm/v/cra-template-riant-order-management.svg?style=flat-square)](https://www.npmjs.com/package/cra-template-riant-order-management) | [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](packages/cra-template-riant-order-management#readme) | npm init react-app my-app --template riant-order-management |\n\n---\n\n## Configuring an Existing App\n\n[Documentation](packages/riant-scripts/README.md)\n\n| Package | Version | Docs | Description |\n| ------- | ------- | ---- | ----------- |\n| [`riant-scripts`](packages/riant-scripts) | [![npm](https://img.shields.io/npm/v/riant-scripts.svg?style=flat-square)](https://www.npmjs.com/package/riant-scripts) | [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](packages/riant-scripts#readme) | Base on [react-scripts](https://github.com/facebook/create-react-app/tree/master/packages/react-scripts) |\n\n## Extended Webpack Configuration\n\n[Documentation](https://fengxinming.github.io/riant/config/#extended-webpack-configuration)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengxinming%2Friant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffengxinming%2Friant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengxinming%2Friant/lists"}