dsh-github-push
One-step GitHub uploader: initializes git, auto-creates or improves README, sets repository topics, and pushes a local project to GitHub.
一键上传项目到 GitHub:自动初始化 git、生成或完善 README、设置仓库 topics,并推送本地项目。
How to install
dsh plugin add github:Funnyvalentine00/dsh-github-push About
@dsh-external/dsh-github-push 一个 DSH 超级模组(toolkit 形态):**一句话上传项目到 GitHub**。 只要给出仓库 URL,它会自动处理 README、git init、add/commit、remote、push,一步到位。 解决什么问题 以前上传项目到 GitHub 需要手动: 1. 建仓库 2. git init 3. 写 README 4. git add . 5. git commit 6. git remote add 7. git push 这个插件把上面全部封装成一个工具: dev_github_push 核心功能 ✅ 自动识别/初始化 git 仓库 ✅ 自动 git add -A 并提交 ✅ 自动设置/更新 GitHub remote ✅ 自动推送到 main 分支 ✅ 可选通过 gh CLI 自动创建不存在的仓库 ✅ **自动处理 README**: 没有 README → 自动生成一份较详细的 README README 已有内容 → 只自动补齐缺失的常用章节,不重写 可用 readmeMode=keep 跳过,或 readmeMode=rewrite 强制重写 如果是 DSH 插件,会自动加入 DSH CLI 安装/卸载命令 ✅ **自动设置 GitHub About topics**: 根据项目元数据自动推断…
Recommendation signals
Meta
- License
- BSD-3-Clause
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-08-29
- Created
- 2026-08-18
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh, dsh-plugin, dsh-plugins
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-user-experience
DietCokewithSugar/dsh-user-experience
Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
dsh-github
PerryLink/dsh-github
Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.