Skip to content

Commit ca8fda3

Browse files
authored
Update README.md
Signed-off-by: CØDE N!NJΔ <[email protected]>
1 parent e277417 commit ca8fda3

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
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+
[![NuGet version](https://badge.fury.io/nu/TurboMapper.svg)](https://badge.fury.io/nu/TurboMapper) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/TurboMapper/blob/master/LICENSE.md)
3+
[![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/TurboMapper?logo=github&sort=semver)](https://github.com/CodeShayk/TurboMapper/releases/latest)
4+
[![master-build](https://github.com/CodeShayk/TurboMapper/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/TurboMapper/actions/workflows/Master-Build.yml)
5+
[![master-codeql](https://github.com/CodeShayk/TurboMapper/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/CodeShayk/TurboMapper/actions/workflows/Master-CodeQL.yml)
6+
[![.Net 9.0](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
7+
[![.Net Framework 4.6.4](https://img.shields.io/badge/.Net-4.6.2-blue)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46)
8+
[![.Net Standard 2.0](https://img.shields.io/badge/.NetStandard-2.0-blue)](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

Comments
 (0)