OpenBMB / RepoAgent

An LLM-powered repository agent designed to assist developers and teams in generating documentation and understanding repositories quickly.
Apache License 2.0
375 stars 64 forks source link

Solution about Document tutorial & README generation #35

Open innovation64 opened 10 months ago

innovation64 commented 10 months ago

Discussion: talk about the solution for Document tutorial & README generation

Document tutorial method

README method

Umpire2018 commented 10 months ago
image

似乎 tutorial 生成可以参照项目 https://github.com/Codium-ai/pr-agent

Guo-Zhang commented 10 months ago

Reference:

innovation64 commented 10 months ago

readme-md-generator:

GitHub: https://github.com/kefranabg/readme-md-generator 描述:这是一个简单的 CLI 工具,用于快速生成一个 README.md 文件。它会通过提出问题来自动填充 README 的结构。 Make a README:

网站:https://www.makeareadme.com/ 描述:虽然这不是一个开源项目,但它提供了一个简单的界面来帮助你构建基本的 README 结构。非常适合初学者。 DocToc:

GitHub: https://github.com/thlorenz/doctoc 描述:为你的 README 自动生成目录(Table of Contents),非常适合长文档。 Standard Readme:

GitHub: https://github.com/RichardLitt/standard-readme 描述:这个项目旨在制定 README 文件的标准格式,虽然它不是自动生成工具,但提供了很好的写作指南。 Readme.so:

网站:https://readme.so/ 描述:提供一个简单的编辑器,通过选择不同的部分来构建 README 文件。虽然不是完全自动化,但可以快速生成基本结构。

OctoberFox11 commented 10 months ago

调查笔记

  1. README.md生成格式参看[[md生成指南]]
  2. MD辅助生成网站及feature: (以下信息基于网站简介,且皆非开源项目)
innovation64 commented 10 months ago

目前README设计思路:

时间安排: 1.21 写完template逻辑 1.22 初步demo

Umpire2018 commented 9 months ago
  1. 按照以上逻辑进行自研开发
  2. 优先完成 README generation,再者是 Tutorial generation ,未来计划有:输出 html, issue 总结
  3. Demo 期望实现时间为 2024/1/30