You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`-i, --include` - Files to include (e.g., "*.py" "*.js")
75
+
-`-e, --exclude` - Files to exclude (e.g., "tests/*" "docs/*")
76
+
-`-s, --max-size` - Maximum file size in bytes (default: 100KB)
77
+
78
+
- Crawl GitHub repositories at specific commits or branches
79
+
- Filter files by patterns (include/exclude)
80
+
- Set maximum file size limits
81
+
- Generate relative paths for simpler directory structures
82
+
83
+
The application will crawl the repository, analyze the codebase structure, generate tutorial content, and save the output in the specified directory (default: ./output).
84
+
85
+
86
+
## 💡 Development Tutorial
87
+
88
+
- I built using [**Agentic Coding**](https://zacharyhuang.substack.com/p/agentic-coding-the-most-fun-way-to), the fastest development paradigm, where humans simply [design](docs/design.md) and agents [code](flow.py).
89
+
90
+
- The secret weapon is [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework that lets Agents (e.g., Cursor AI) build for you
91
+
92
+
- Step-by-step YouTube development tutorial coming soon! Please subscribe to my [YouTube Channel](https://www.youtube.com/@ZacharyLLM?sub_confirmation=1)
0 commit comments