{"id":19573663,"url":"https://github.com/antdpro/create-antdp","last_synced_at":"2025-04-27T05:33:12.783Z","repository":{"id":40309669,"uuid":"404421631","full_name":"antdpro/create-antdp","owner":"antdpro","description":"Creates a antdp application using the command line.","archived":false,"fork":false,"pushed_at":"2024-07-30T15:50:30.000Z","size":255,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T00:32:23.396Z","etag":null,"topics":["ant-design","antdp","antdpro","cli","command-line","create","npm","react","reactjs"],"latest_commit_sha":null,"homepage":"https://antdpro.github.io/create-antdp","language":"TypeScript","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/antdpro.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}},"created_at":"2021-09-08T16:37:26.000Z","updated_at":"2023-04-24T09:57:49.000Z","dependencies_parsed_at":"2024-01-16T22:47:44.613Z","dependency_job_id":"3d2478ce-5bf4-4b6e-ba4e-3ec13089c8f2","html_url":"https://github.com/antdpro/create-antdp","commit_stats":{"total_commits":54,"total_committers":4,"mean_commits":13.5,"dds":0.4444444444444444,"last_synced_commit":"406a08ee9796359f420c281ac1ecf6fff14bf206"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antdpro%2Fcreate-antdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antdpro%2Fcreate-antdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antdpro%2Fcreate-antdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antdpro%2Fcreate-antdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antdpro","download_url":"https://codeload.github.com/antdpro/create-antdp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224061633,"owners_count":17249263,"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","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":["ant-design","antdp","antdpro","cli","command-line","create","npm","react","reactjs"],"created_at":"2024-11-11T06:35:17.680Z","updated_at":"2024-11-11T06:35:18.641Z","avatar_url":"https://github.com/antdpro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/antdpro/antdp\"\u003e\n    \u003cimg width=\"200\" src=\"https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003c!--rehype:style=min-height: 380px; display: flex; justify-content: center; align-items: center;--\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/antdpro/create-antdp/actions/workflows/ci.yml\"\u003e\n    \u003cimg alt=\"Build \u0026 Deploy\" src=\"https://github.com/antdpro/create-antdp/actions/workflows/ci.yml/badge.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://antdpro.github.io/create-antdp/lcov-report/\"\u003e\n    \u003cimg alt=\"Coverage Status\" src=\"https://antdpro.github.io/create-antdp/badges.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/create-antdp\"\u003e\n    \u003cimg alt=\"NPM Downloads\" src=\"https://img.shields.io/npm/dm/create-antdp.svg?style=flat\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://uiwjs.github.io/npm-unpkg/#/pkg/create-antdp/file/README.md\"\u003e\n    \u003cimg alt=\"Open in unpkg\" src=\"https://img.shields.io/badge/Open%20in-unpkg-blue\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/create-antdp\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/create-antdp.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nCreates a [`antdp`](https://github.com/antdpro/antdp) application using the command line.\n\n## Usage\n\n```shell\n# npm 6.x\n$ npm init antdp my-app --example antdp-base\n# npm 7+, extra double-dash is needed:\n$ npm init antdp my-app -- --example antdp-base\n\n$ yarn create antdp [appName]\n# or npm\n$ npm create antdp my-app\n# or npx\n$ npx create-antdp my-app\n```\n\n## Command Help\n\nBelow is a help of commands you might find useful. The example download is from https://antdpro.github.io/antdp/zip/\n\n```bash\nUsage: create-antdp \u003capp-name\u003e [options] [--help|h]\n\nOptions:\n\n  --version, -v   Show version number\n  --help, -h      Displays help information.\n  --output, -o    Output directory.\n  --example, -e   Example from: http://antdpro.github.io/antdp/, default: \"antdp-base\"\n  --path, -p      Specify the download target git address.\n                    default: \"http://antdpro.github.io/antdp/\"\n\nExample:\n\n  yarn create antdp appName\n  npx create-antdp my-app\n  npm create antdp my-app\n  npm create antdp my-app -f\n  npm create antdp my-app -p https://antdpro.github.io/antdp/zip/\n\nCopyright 2021\n```\n\n## License\n\n[MIT © Kenny Wong](https://github.com/jaywcjlove)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantdpro%2Fcreate-antdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantdpro%2Fcreate-antdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantdpro%2Fcreate-antdp/lists"}