{"id":27920216,"url":"https://github.com/zyk987/zyk-cli","last_synced_at":"2026-04-17T00:33:55.235Z","repository":{"id":65422601,"uuid":"567963180","full_name":"zyk987/zyk-cli","owner":"zyk987","description":"用于创建 react 或 vue基础项目，生成 webpack 基础配置及可选的优化项，默认使用typescript","archived":false,"fork":false,"pushed_at":"2022-11-22T10:03:34.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T19:51:39.662Z","etag":null,"topics":["react","rollup","typescript","vue","webpack"],"latest_commit_sha":null,"homepage":"","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/zyk987.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}},"created_at":"2022-11-19T02:36:08.000Z","updated_at":"2022-11-24T06:34:37.000Z","dependencies_parsed_at":"2023-01-22T22:25:10.333Z","dependency_job_id":null,"html_url":"https://github.com/zyk987/zyk-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zyk987/zyk-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyk987%2Fzyk-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyk987%2Fzyk-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyk987%2Fzyk-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyk987%2Fzyk-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyk987","download_url":"https://codeload.github.com/zyk987/zyk-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyk987%2Fzyk-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["react","rollup","typescript","vue","webpack"],"created_at":"2025-05-06T20:12:44.159Z","updated_at":"2026-04-17T00:33:55.168Z","avatar_url":"https://github.com/zyk987.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 快速开始\n\n```sh\n    npm i -g zyk-cli\n\n    zyk create projectName\n\n    cd projectName \u0026\u0026 npm run dev:dev\n```\n\nThen open http://localhost:8080/ to see your app.\n\n## 创建一个新项目\n\n### yarn\n\n```sh\n    yarn -g zyk-cli\n```\n\n### npm\n\n```sh\n    npm i -g zyk-cli\n```\n\nStart creating a new project after installation.\n\n```sh\n    zyk create projectName\n```\n\nIt will create a project folder named `projectName` in the current folder.\nIn this folder, the initial project structure will be generated and dependent modules will be installed.\nThe project structure is as follows:\n\n### React\n\n```\nprojectName\n├── build\n│ ├── webpack.base.js\n│ ├── webpack.dev.js\n│ └── webpack.prod.js\n├── node_modules\n├── public\n│ ├── favicon.ico\n│ ├── index.html\n│ ├── logo192.png\n│ └── logo512.png\n├── src\n│ ├── App.css\n│ ├── App.tsc\n│ ├── index.css\n│ ├── index.tsc\n│ ├── logo.svg\n│ └── typings.d.ts\n├── .browserslistrc\n├── babel.config.js\n├── package.json\n├── package-lock.json\n└── tsconfig.json\n```\n\n### Vue\n\n```\nprojectName\n├── build\n│ ├── webpack.base.js\n│ ├── webpack.dev.js\n│ └── webpack.prod.js\n├── node_modules\n├── public\n│ ├── vue.svg\n│ └── index.html\n├── src\n│ ├── components\n│ │ └── HelloWorld.vue\n│ ├── App.vue\n│ ├── main.ts\n│ ├── style.css\n│ └── typing.d.ts\n├── .browserslistrc\n├── babel.config.js\n├── package.json\n├── package-lock.json\n└── tsconfig.json\n```\n\n## 启动、打包\n\n```sh\n    cd projectName\n\n    npm run dev:dev\n    npm run dev:prod\n\n    npm build build:dev\n    npm build build:prod\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyk987%2Fzyk-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyk987%2Fzyk-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyk987%2Fzyk-cli/lists"}