Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Feb 22, 2018
1 parent 3b3f7d7 commit 06da4ef
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Threenine.Map
[![Build status](https://ci.appveyor.com/api/projects/status/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap/branch/master) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) [![Documentation Status](https://readthedocs.org/projects/threeninemap/badge/?version=latest)](http://threeninemap.readthedocs.io/en/latest/?badge=latest)
[![Build status](https://ci.appveyor.com/api/projects/status/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap/branch/master) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![NuGet Downloads](http://img.shields.io/nuget/dt/Threenine.Map.svg?style=flat)](https://www.nuget.org/packages/Threenine.Map/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) [![Documentation Status](https://readthedocs.org/projects/threeninemap/badge/?version=latest)](http://threeninemap.readthedocs.io/en/latest/?badge=latest)

Want a simple way to create clean & simple configuration for AutoMapper?

Threenine.Map helps you do this by just implementing one of the mapping interfaces in your view models and domain models, and you're set!

The library combines all the power of Automapper to assist in implementing mappings in projects by locating the mapping logic within the Domain Objects & View Models.

Install
=======================
You can find the package on [NuGet Gallery](https://www.nuget.org/packages/Threenine.Map/).

To install Threenine.Map, run the following command in the Package Manager Console:

`Install-Package Threenine.Map`

or using the Dotnet Core CLI

`dotnet add package Threenine.Map`

## Documentation

Comprehensive documentation and examples of use of available on [Threenine.Map](http://threeninemap.readthedocs.io/en/latest/Getting-started.html)
We are currently compiling comprehensive documentation and examples of use of available on [Threenine.Map - Read the Docs](http://threeninemap.readthedocs.io/en/latest/Getting-started.html).

If you find there are aspects of the library that you are unsure of or would like further clarification, [report an issue](https://github.com/threenine/ReflectMap/issues) and we'll attempt to address is as soon as resource allows.



Expand Down

0 comments on commit 06da4ef

Please sign in to comment.