Files
english/.opencode/skills/repomix/scripts/repos.example.json
2026-04-12 01:06:31 +07:00

16 lines
252 B
JSON

[
{
"path": "/path/to/local/repo",
"output": "local-repo-output.xml"
},
{
"path": "owner/repo",
"remote": true,
"output": "remote-repo.xml"
},
{
"path": "https://github.com/yamadashy/repomix",
"remote": true
}
]