Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.14 KB

File metadata and controls

48 lines (36 loc) · 1.14 KB

GitHub 仓库设置指南

方法 1: 手动创建(推荐)

  1. 访问 GitHub

    • 打开 https://github.com/new
    • 仓库名:openclaw-helper
    • 描述:OpenClaw CLI 快捷工具 - 提升开发效率
    • 设为 Public(公开)
    • 不要初始化 README(我们已经有了)
  2. 创建后,GitHub 会显示推送命令

    git remote add origin https://github.com/YOUR_USERNAME/openclaw-helper.git
    git branch -M main
    git push -u origin main
    
  3. 替换 YOUR_USERNAME 为你的 GitHub 用户名,然后运行

方法 2: 使用 GitHub CLI (gh)

如果你安装了 GitHub CLI:

gh repo create openclaw-helper --public --description="OpenClaw CLI 快捷工具" --source=. --remote=origin --push

推送成功后的下一步

1. 完善 GitHub 页面

  • 添加 About
  • 添加 Topics: openclaw, cli, productivity, automation, nodejs
  • 设置仓库描述

2. 发布到 npm

npm login
npm publish

3. 推广

  • 在 OpenClaw Discord/社区分享
  • 在社交媒体发帖
  • 写使用教程

需要我帮你推送吗?把你的 GitHub 用户名告诉我!