https://github.com/tomasbouda/shadowgem
Library that provides extension and helper methods of all kinds.
https://github.com/tomasbouda/shadowgem
extension extensions helper library method methods utility
Last synced: 3 months ago
JSON representation
Library that provides extension and helper methods of all kinds.
- Host: GitHub
- URL: https://github.com/tomasbouda/shadowgem
- Owner: TomasBouda
- License: apache-2.0
- Created: 2017-11-04T17:47:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T08:58:33.000Z (about 3 years ago)
- Last Synced: 2025-10-11T22:38:38.000Z (3 months ago)
- Topics: extension, extensions, helper, library, method, methods, utility
- Language: C#
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/TomasBouda/Shadowgem)
# Shadowgem [](https://www.nuget.org/packages/TomLabs.Shadowgem/) [](https://www.nuget.org/packages/TomLabs.Shadowgem/) [](https://discord.gg/jqWADRg) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GRARVRTVNEUHS)
C# library that provides extension and helper methods of all kinds.
## Getting started
### Installation
Run from Visual Studio Package Manager:
```ps1
Install-Package TomLabs.Shadowgem
```
### Partial libraries
In case you don't want to use whole library. You can install only selected [namespaces](https://www.nuget.org/packages?q=tomlabs.shadowgem).
| Namespace | Link | Pacakge Manager |
|:-:|:-:|:--|
| Collections | [](https://www.nuget.org/packages/TomLabs.Shadowgem.Collections/) | `Install-Package TomLabs.Shadowgem.Collections` |
| Common | [](https://www.nuget.org/packages/TomLabs.Shadowgem.Common/) | `Install-Package TomLabs.Shadowgem.Common` |
| Data | [](https://www.nuget.org/packages/TomLabs.Shadowgem.Data/) | `Install-Package TomLabs.Shadowgem.Data` |
| Helpers | [](https://www.nuget.org/packages/TomLabs.Shadowgem.Helpers/) | `Install-Package TomLabs.Shadowgem.Helpers` |
| Text | [](https://www.nuget.org/packages/TomLabs.Shadowgem.Text/) | `Install-Package TomLabs.Shadowgem.Text` |
| Types | [](https://www.nuget.org/packages/TomLabs.Shadowgem.Types/) | `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: Star the Shadowgem repository. This is the least you can do to support this project.
* :thumbsup: Give us some feedback or suggest features on [discord](https://discord.gg/jqWADRg)
* :mag_right: Test Shadowgem and raise [issues](https://github.com/TomasBouda/Shadowgem/issues)
* Contribute :rocket: you can start with [good first issues](https://github.com/TomasBouda/Shadowgem/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
## Authors
* [**Tomáš Bouda**](http://tomasbouda.cz/)
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
## Credits
* Icon made by [Freepik](https://freepik.com/) from [www.flaticon.com](https://www.flaticon.com/).