Initial commit
This commit is contained in:
15
skills/repomix/scripts/repos.example.json
Normal file
15
skills/repomix/scripts/repos.example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user