added example

This commit is contained in:
Jakub Kropáček 2024-05-26 11:14:42 +02:00
parent 10f748a6cc
commit d006d8284b

12
examples/repos.toml Normal file
View file

@ -0,0 +1,12 @@
[config]
output_dir = "~/repos/"
[sources.gitlab]
type = "gitlab"
username = "JustScreaMy"
token = "..."
[sources.github]
type = "github"
username = "JustScreaMy"
token = "..."