|
1 | | -# TurboMapper |
2 | | -Object mapping library with shallow and deep mapping support. Alternative to Automapper |
| 1 | +# <img src="https://github.com/CodeShayk/TurboMapper/blob/master/Images/ninja-icon-16.png" alt="ninja" style="width:30px;"/> TurboMapper v1.1.5 |
| 2 | +[](https://badge.fury.io/nu/TurboMapper) [](https://github.com/CodeShayk/TurboMapper/blob/master/LICENSE.md) |
| 3 | +[](https://github.com/CodeShayk/TurboMapper/releases/latest) |
| 4 | +[](https://github.com/CodeShayk/TurboMapper/actions/workflows/Master-Build.yml) |
| 5 | +[](https://github.com/CodeShayk/TurboMapper/actions/workflows/Master-CodeQL.yml) |
| 6 | +[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) |
| 7 | +[](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46) |
| 8 | +[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md) |
| 9 | + |
| 10 | +## Introduction |
| 11 | +### What is TurboMapper? |
| 12 | +`TurboMapper` is a lightweight, high-performance object mapper for .NET that provides both shallow and deep mapping capabilities. It serves as a free alternative to AutoMapper with a simple, intuitive API. |
| 13 | +## Getting Started? |
| 14 | +### i. Installation |
| 15 | +Install the latest version of TurboMapper nuget package with command below. |
| 16 | + |
| 17 | +``` |
| 18 | +NuGet\Install-Package TurboMapper |
| 19 | +``` |
| 20 | +### ii. Developer Guide |
| 21 | +This comprehensive guide provides detailed information on TurboMapper, covering everything from basic concepts to advanced implementations and troubleshooting guidelines. |
| 22 | + |
| 23 | +Please click on [Developer Guide](https://github.com/CodeShayk/TurboMapper/wiki) for complete details. |
| 24 | + |
| 25 | + |
| 26 | +## Support |
| 27 | +If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/TurboMapper/issues/new/choose). |
| 28 | + |
| 29 | +## License |
| 30 | + |
| 31 | +This project is licensed with the [MIT license](LICENSE). |
| 32 | + |
| 33 | +## Credits |
| 34 | +Thank you for reading. Please fork, explore, contribute and report. Happy Coding !! :) |
0 commit comments