Skip to content

Library that provides extension and helper methods of all kinds.

License

Notifications You must be signed in to change notification settings

TomasBouda/Shadowgem

Repository files navigation

icon

Shadowgem NuGet NuGet Downloads Discord Support

C# library that provides extension and helper methods of all kinds.

Getting started

Installation

Run from Visual Studio Package Manager:

Install-Package TomLabs.Shadowgem

Partial libraries

In case you don't want to use whole library. You can install only selected namespaces.

Namespace Link Pacakge Manager
Collections nuget Install-Package TomLabs.Shadowgem.Collections
Common nuget Install-Package TomLabs.Shadowgem.Common
Data nuget Install-Package TomLabs.Shadowgem.Data
Helpers nuget Install-Package TomLabs.Shadowgem.Helpers
Text nuget Install-Package TomLabs.Shadowgem.Text
Types nuget Install-Package TomLabs.Shadowgem.Types

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Show your support

  • ⭐ Star the Shadowgem repository. This is the least you can do to support this project.
  • 👍 Give us some feedback or suggest features on discord
  • 🔎 Test Shadowgem and raise issues
  • Contribute 🚀 you can start with good first issues

Authors

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Credits