Skip to content

Commit f980361

Browse files
authored
Add more links and shields to README.md
1 parent 50f1eff commit f980361

1 file changed

Lines changed: 26 additions & 16 deletions

File tree

README.md

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ The Frostbite Modding Tool (FMT) is a tool that has been in development since 20
99

1010
<div align="center">
1111

12+
![TotalDownloads][downloads-total-shield]
1213
![LatestDownloads][downloads-latest-shield]
1314
![Release][release-shield]
1415

1516
</div>
1617

18+
[downloads-total-shield]: https://img.shields.io/github/downloads/fmtdev/fmt.releases/total?style=for-the-badge
19+
1720
[downloads-latest-shield]: https://img.shields.io/github/downloads/FMTDev/FMT.Releases/latest/total?style=for-the-badge
1821

1922
[release-shield]: https://img.shields.io/github/v/release/FMTDev/FMT.Releases?style=for-the-badge
@@ -75,22 +78,28 @@ Want bleeding edge tooling? Check out the [Releases](https://github.com/FMTDev/F
7578

7679
## Nuget Packages generated by this project
7780

78-
| Name | Nuget Url | GitHub Url |
79-
|--------------|--------------|----------------|
80-
| FMT.Compilers | https://www.nuget.org/packages/FMT.Compilers/ | |
81-
| FMT.Core | https://www.nuget.org/packages/FMT.Core/ | |
82-
| FMT.Db | https://www.nuget.org/packages/FMT.Db/ | |
83-
| FMT.Ebx | https://www.nuget.org/packages/FMT.Ebx/ | |
84-
| FMT.FileTools | https://www.nuget.org/packages/FMT.FileTools/ | |
85-
| FMT.Hash | https://www.nuget.org/packages/FMT.Hash/ | https://github.com/FMTDev/FMT.Hash |
86-
| FMT.InitfsSupport | https://www.nuget.org/packages/FMT.InitfsSupport/ | |
87-
| FMT.Logging | https://www.nuget.org/packages/FMT.Logging/ | |
88-
| FMT.Models.Assets | https://www.nuget.org/packages/FMT.Models.Assets/ | |
89-
| FMT.PluginInterfaces | https://www.nuget.org/packages/FMT.PluginInterfaces/ | |
90-
| FMT.ProfileSystem | https://www.nuget.org/packages/FMT.ProfileSystem/ | |
91-
| FMT.Registry | https://www.nuget.org/packages/FMT.Registry/ | https://github.com/FMTDev/FMT.Registry |
92-
| FMT.Resources | https://www.nuget.org/packages/FMT.Resources/ | |
93-
| FMT.ServicesManagers | https://www.nuget.org/packages/FMT.ServicesManagers/ | |
81+
| Name | Nuget Url | GitHub Url | Downloads |
82+
|--------------|--------------|----------------|----------------|
83+
| FMT.Compilers | https://www.nuget.org/packages/FMT.Compilers/ | | [![Download FMT.Compilers](https://img.shields.io/nuget/dt/FMT.Compilers?style=for-the-badge)](https://www.nuget.org/packages/FMT.Compilers/) |
84+
| FMT.Core | https://www.nuget.org/packages/FMT.Core/ | | [![Download FMT.Core](https://img.shields.io/nuget/dt/FMT.Core?style=for-the-badge)](https://www.nuget.org/packages/FMT.Core/) |
85+
| FMT.Db | https://www.nuget.org/packages/FMT.Db/ | | [![Download FMT.Db](https://img.shields.io/nuget/dt/FMT.Db?style=for-the-badge)](https://www.nuget.org/packages/FMT.Db/) |
86+
| FMT.Ebx | https://www.nuget.org/packages/FMT.Ebx/ | | [![Download FMT.Ebx](https://img.shields.io/nuget/dt/FMT.Ebx?style=for-the-badge)](https://www.nuget.org/packages/FMT.Ebx/) |
87+
| FMT.FileTools | https://www.nuget.org/packages/FMT.FileTools/ | | [![Download FMT.FileTools](https://img.shields.io/nuget/dt/FMT.FileTools?style=for-the-badge)](https://www.nuget.org/packages/FMT.FileTools/) |
88+
| FMT.Hash | https://www.nuget.org/packages/FMT.Hash/ | https://github.com/FMTDev/FMT.Hash | [![Download FMT.Hash](https://img.shields.io/nuget/dt/FMT.Hash?style=for-the-badge)](https://www.nuget.org/packages/FMT.Hash/) |
89+
| FMT.InitfsSupport | https://www.nuget.org/packages/FMT.InitfsSupport/ | | [![Download FMT.InitfsSupport](https://img.shields.io/nuget/dt/FMT.InitfsSupport?style=for-the-badge)](https://www.nuget.org/packages/FMT.InitfsSupport/) |
90+
| FMT.Logging | https://www.nuget.org/packages/FMT.Logging/ | | [![Download FMT.Logging](https://img.shields.io/nuget/dt/FMT.Logging?style=for-the-badge)](https://www.nuget.org/packages/FMT.Logging/) |
91+
| FMT.Models.Assets | https://www.nuget.org/packages/FMT.Models.Assets/ | | [![Download FMT.Models.Assets](https://img.shields.io/nuget/dt/FMT.Models.Assets?style=for-the-badge)](https://www.nuget.org/packages/FMT.Models.Assets/) |
92+
| FMT.PluginInterfaces | https://www.nuget.org/packages/FMT.PluginInterfaces/ | | [![Download FMT.PluginInterfaces](https://img.shields.io/nuget/dt/FMT.PluginInterfaces?style=for-the-badge)](https://www.nuget.org/packages/FMT.PluginInterfaces/) |
93+
| FMT.ProfileSystem | https://www.nuget.org/packages/FMT.ProfileSystem/ | | [![Download FMT.ProfileSystem](https://img.shields.io/nuget/dt/FMT.ProfileSystem?style=for-the-badge)](https://www.nuget.org/packages/FMT.ProfileSystem/) |
94+
| FMT.Registry | https://www.nuget.org/packages/FMT.Registry/ | https://github.com/FMTDev/FMT.Registry | [![Download FMT.Registry](https://img.shields.io/nuget/dt/FMT.Registry?style=for-the-badge)](https://www.nuget.org/packages/FMT.Registry/) |
95+
| FMT.Resources | https://www.nuget.org/packages/FMT.Resources/ | | [![Download FMT.Resources](https://img.shields.io/nuget/dt/FMT.Resources?style=for-the-badge)](https://www.nuget.org/packages/FMT.Resources/) |
96+
| FMT.ServicesManagers | https://www.nuget.org/packages/FMT.ServicesManagers/ | | [![Download FMT.ServicesManagers](https://img.shields.io/nuget/dt/FMT.ServicesManagers?style=for-the-badge)](https://www.nuget.org/packages/FMT.ServicesManagers/) |
97+
98+
## Open Source Plugins
99+
100+
| Name | GitHub Url |
101+
|--------------|--------------|
102+
| FMT.Madden26Plugin | https://github.com/FMTDev/FMT.Madden26Plugin |
94103

95104
## Video Tutorials
96105

@@ -111,3 +120,4 @@ Want bleeding edge tooling? Check out the [Releases](https://github.com/FMTDev/F
111120

112121

113122

123+

0 commit comments

Comments
 (0)