diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-02 17:36:58 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-10 19:32:18 -0700 |
| commit | 8bfa3f50136a620d6cc80965ad9067712b6e9619 (patch) | |
| tree | 1eda208a11216a04bdda07fc12b1176ec87e19c7 /configs/justfile | |
| parent | ensure llm templates dir exists (diff) | |
| download | infra-8bfa3f50136a620d6cc80965ad9067712b6e9619.tar.gz | |
add repomix integration
- Install `repomix` via homebrew
- Add `llm-bundle` just command and `readme-gen` template
- Configure just integration in home config
Diffstat (limited to 'configs/justfile')
| -rw-r--r-- | configs/justfile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
