From 8bfa3f50136a620d6cc80965ad9067712b6e9619 Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Sun, 2 Mar 2025 17:36:58 -0800 Subject: add repomix integration - Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config --- configs/justfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/justfile (limited to 'configs/justfile') diff --git a/configs/justfile b/configs/justfile new file mode 100644 index 0000000..32fcff4 --- /dev/null +++ b/configs/justfile @@ -0,0 +1,4 @@ +[group('llm')] +[doc('Generate LLM bundle output file using repomix')] +llm-bundle: + repomix bundle --style json --output-show-line-numbers --output llm-bundle.json -- cgit v1.2.3