gradio.md
v1.0.0
Published
Aggregate Gradio guides markdown into a single gradio.md file
Readme
gradio.md
Node.js CLI to crawl the Gradio GitHub repo, collect markdown files under the guides folder, and aggregate them into a single gradio.md file.
Usage
npx gradio.mdOutput path (directory or file):
npx gradio.md ./output
npx gradio.md ./output/gradio.md
npx gradio.md /absolute/path/to/gradio.mdNotes:
- Set
GITHUB_TOKENif you hit GitHub API rate limits. - If the output path is a directory,
gradio.mdis created inside it. - Ordering uses frontmatter keys (
order,weight,sidebar_position,position) or a numeric filename prefix, then falls back to path sorting.
