Skip to content

Releases: arnab2001/git-repo-parser

Added TOON and RepoScript Support

09 Nov 22:42
90ac414

Choose a tag to compare

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|transcript plus --meta / --no-meta switches, 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

03 Jul 19:12

Choose a tag to compare

2.1.5

Updated Functions 2.2.4

Public Release

03 Jul 22:36

Choose a tag to compare

This is the first public release of this package 🥁

text Gen added

03 Jul 21:30

Choose a tag to compare

2.0.5

Addedd text parsing and refractor

Apha

03 Jul 18:39

Choose a tag to compare

2.0.4

Updated Functions 2.2.1

2.0.3 alpha

03 Jul 18:36

Choose a tag to compare

v2.0.3

Updated Functions 2.2

Public Release

03 Jul 18:19
4a053bc

Choose a tag to compare

v2.0.2

Update package-lock.json

Stable

03 Jul 18:16

Choose a tag to compare

v2.0.1

Updated Functions 2.1

Release v0.0.2

03 Jul 17:46

Choose a tag to compare

Fixed issue with imports

First Release!

03 Jul 15:39

Choose a tag to compare

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.