Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 939 Bytes

File metadata and controls

32 lines (24 loc) · 939 Bytes

Publishing CodexTools

Suggested GitHub repository settings

  • Repository name: codextools
  • Visibility: Public
  • Short description: Standalone Go + React manager for Codex workflows, relay setup, script tooling, diagnostics, and repair operations.
  • Homepage: https://github.com/hereww/codextools

Recommended repository layout on GitHub

  • Default README: English
  • Chinese entry button: keep README.zh-CN.md linked from README.md
  • Public project page: docs/index.html
  • Telegram group: https://t.me/wanai8
  • Telegram QR asset: docs/assets/telegram-qr.png

Local push steps after the remote exists

cd /Users/hepingyu/Documents/codextools
git push -u origin main

Optional follow-up

  • Enable GitHub Pages from the repository if you want docs/index.html exposed as a landing page.
  • Add a license only after you confirm the upstream compatibility and intended redistribution terms.