|
1 |
| -## IoTSharp/Extensions.Configuration.GitRepository |
| 1 | +## IoTSharp's Extensions.Configuration.GitRepository |
2 | 2 |
|
3 | 3 | ### Project Overview
|
4 | 4 | **Git repository configuration provider** is a library designed for managing and loading configuration files, specifically for C# developers. It allows developers to read configuration files directly from a Git repository, enabling centralized configuration management and version control in distributed systems or microservice architectures.
|
|
11 | 11 | ## Configuration Providers
|
12 | 12 |
|
13 | 13 | This project now supports fetching configuration files from the following platforms:
|
14 |
| -- **Gitee.com**  [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GiteeProvider/) |
15 |
| -- **GitLab**  [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GitLabProvider/) |
16 |
| -- **Gitea**  [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GiteaProvider/) |
17 |
| -- **GitHub**  [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GitHubProvider/) |
| 14 | + |
| 15 | +| Git repository | Git files | gist | version | downloads | |
| 16 | +| -------------- | --------- | ---- | ------------------------------------------------------------ | ------------------------------------------------------------ | |
| 17 | +| Gitee | √ | √ |  | [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GiteeProvider/) | |
| 18 | +| GitLab | √ | |  | [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GitLabProvider/) | |
| 19 | +| Gitea | √ | |  | [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GiteaProvider/) | |
| 20 | +| GitHub | √ | √ |  | [](https://www.nuget.org/packages/Extensions.Configuration.GitRepository.GitHubProvider/) | |
| 21 | + |
18 | 22 |
|
19 | 23 | With this feature, you can directly retrieve configuration files from repositories hosted on these platforms, making it easier to manage and load configurations in multi-platform environments.
|
20 | 24 |
|
|
0 commit comments