diff --git a/examples/repos.toml b/examples/repos.toml new file mode 100644 index 0000000..e454846 --- /dev/null +++ b/examples/repos.toml @@ -0,0 +1,12 @@ +[config] +output_dir = "~/repos/" + +[sources.gitlab] +type = "gitlab" +username = "JustScreaMy" +token = "..." + +[sources.github] +type = "github" +username = "JustScreaMy" +token = "..."