Releases: arnab2001/git-repo-parser
Releases · arnab2001/git-repo-parser
Added TOON and RepoScript Support
Release Notes
- Introduced RepoScript v1 as the renamed “plain text” transcript: deterministic directory/file ordering, strict
[TAG] <path>markers, and optional per-file metadata lines for language/size. - Added new TranscriptFormatOptions so programmatic callers can toggle metadata (and future enhancements) without breaking changes.
- Enhanced the CLI with
--format=json|toon|transcriptplus--meta/--no-metaswitches, keeping legacy behaviour intact while making format selection and metadata opt-in explicit. - Reserved additional markers (
[COMMENT],[CHUNK],[META]) and documented the RepoScript grammar, giving downstream tools a clear spec and forward-compatibility guidance.
Stable Release
2.1.5 Updated Functions 2.2.4
Public Release
This is the first public release of this package 🥁
text Gen added
2.0.5 Addedd text parsing and refractor
Apha
2.0.3 alpha
v2.0.3 Updated Functions 2.2
Public Release
v2.0.2 Update package-lock.json
Stable
Release v0.0.2
Fixed issue with imports
First Release!
git-repo-to-json is a command-line tool that allows you to scrape the structure and contents of a GitHub repository and output them as a JSON file. It is designed for developers and researchers working with large language models (LLMs) who need to analyze or process GitHub repositories programmatically.