{"id":18687895,"url":"https://github.com/yxw007/pup-cli","last_synced_at":"2026-04-13T01:39:01.597Z","repository":{"id":108465793,"uuid":"432741940","full_name":"yxw007/pup-cli","owner":"yxw007","description":"从0到1的一个Mini脚手架","archived":false,"fork":false,"pushed_at":"2022-10-26T06:56:24.000Z","size":191,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T21:00:33.939Z","etag":null,"topics":["cli","template","vue","webpack"],"latest_commit_sha":null,"homepage":"","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/yxw007.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-11-28T14:56:47.000Z","updated_at":"2023-03-07T06:56:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"4399d5f8-9acd-488b-b047-722ea3b78f06","html_url":"https://github.com/yxw007/pup-cli","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.23529411764705888","last_synced_commit":"944bd8d2a77e5fa8203011b0f87e15f7c1d1079d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yxw007/pup-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2Fpup-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2Fpup-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2Fpup-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2Fpup-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yxw007","download_url":"https://codeload.github.com/yxw007/pup-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2Fpup-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31736723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"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":["cli","template","vue","webpack"],"created_at":"2024-11-07T10:34:43.731Z","updated_at":"2026-04-13T01:39:01.559Z","avatar_url":"https://github.com/yxw007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePup-cli\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eEnglish | \u003ca href=\"./Readme_zh-CN.md\"\u003e简体中文\u003c/a\u003e\u003c/p\u003e\n\n\u003cp style=\"text-indent:2em\"\u003e\nPup-cli is a very simple scaffolding tool that you may have for vue-CLI why use this pup-CLI of yours? If you are a webpack user before, using vue-CLI generated projects, you will not see the webpack configuration file, because vue-CLI encapsulated webpack layer, so you are confused about how to configure, of course, according to the official website you can slowly configure, but it will take a lot of time.So I thought to use a template project to set up a relatively complete development environment, and then use puP-CLI directly select template project to generate projects, and then can quickly develop.\n\u003c/p\u003e\n\n## Built-in template\n\n- [vue2.x-webpack4.x](https://github.com/yxw007/vue2.x-webpack.x)(Available)\n- [vue2.x-webpack5.x](https://github.com/yxw007/vue2.x-webpack.x)(Available)\n- [vue3.x-webpack5.x](https://github.com/yxw007/vue3.x-webpack5.x)(Not available)\n\n## Quick start\n\n1. global installation:\n\n```\nnpm install -g pup-cli\n```\n\n2. create project\n\n```\npup-cli create project_name_xxx\n```\n\n## More Instructions\n\n- \u003cp style=\"color:red;font-weight:bold\"\u003eIf you have a template project already built, you can use pup-cli add to add your template project to this scaffold template configuration table, so that you can quickly generate your own template project items.\u003c/p\u003e\n\n  \u003e ![](https://cdn.jsdelivr.net/gh/yxw007/BlogPicBed@master/img/20211210234210.png)\n\n- command list\n\n  ```\n  Usage: pup-cli \u003ccommand\u003e [options]\n\n  Options:\n    -V, --version   output the version number\n    -h, --help      display help for command\n\n  Commands:\n    add             add a new template\n    delete          delete a template\n    list            list all the templates\n    create          create a new project from a template\n  ```\n\n## Reference\n\n- https://www.npmjs.com/package/inquirer#questions\n- https://www.npmjs.com/package/download-git-repo\n\n## License\n\nMIT © 2022 Potter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyxw007%2Fpup-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyxw007%2Fpup-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyxw007%2Fpup-cli/lists"}