|
1 | 1 | # BBT.StructureTools |
2 | 2 |
|
| 3 | +[](https://www.nuget.org/packages/BBT.StructureTools) |
| 4 | +[](https://github.com/bbtsoftware/BBT.StructureTools/actions/workflows/dotnet.yml) |
| 5 | +[](https://github.com/bbtsoftware/BBT.StructureTools/actions/workflows/release.yml) |
| 6 | +[](https://codecov.io/gh/bbtsoftware/BBT.StructureTools) |
| 7 | + |
3 | 8 | .NET. classes for copying, comparing and converting object structures. |
4 | 9 |
|
5 | 10 | [](https://github.com/bbtsoftware/BBT.StructureTools/blob/master/LICENSE) |
6 | 11 |
|
7 | | -## Information |
8 | | - |
9 | | -| | Stable | Pre-release | |
10 | | -|:--:|:--:|:--:| |
11 | | -|GitHub Release|-|[](https://github.com/bbtsoftware/BBT.StructureTools/releases/latest)| |
12 | | -|NuGet|[](https://www.nuget.org/packages/BBT.StructureTools)|[](https://www.nuget.org/packages/BBT.StructureTools)| |
| 12 | +## Documentation |
13 | 13 |
|
14 | | -## Build Status |
| 14 | +### Getting started |
15 | 15 |
|
16 | | -|Develop|Master| |
17 | | -|:--:|:--:| |
18 | | -|[](https://ci.appveyor.com/project/BBTSoftwareAG/bbt-structuretools/branch/develop)|[](https://ci.appveyor.com/project/BBTSoftwareAG/bbt-structuretools/branch/master)| |
| 16 | +Overview about the features of BBT.StructureTools. |
19 | 17 |
|
20 | | -## Code Coverage |
| 18 | +* [Why does BBT.StructureTools exist?](./docs/getting-started/whystructuretools.md) |
| 19 | +* [Core principles](./docs/getting-started/principles.md) |
| 20 | +* [Configure](./docs/getting-started/configure.md) |
| 21 | +* [Obtain](./docs/getting-started/obtain.md) |
21 | 22 |
|
22 | | -[](https://coveralls.io/github/bbtsoftware/BBT.StructureTools?branch=develop) |
| 23 | +### Fundamentals |
23 | 24 |
|
24 | | -## Quick Links |
25 | | - |
26 | | -* [Documentation](https://bbtsoftware.github.io/BBT.StructureTools/) |
| 25 | +* [Comparing objects](./docs/comparing-objects/fundamentals.md) |
| 26 | +* [Converting objects](/docs/converting-objects/fundamentals.md) |
| 27 | +* [copying objects](/docs/copying-objects/fundamentals.md) |
27 | 28 |
|
28 | 29 | ## Build |
29 | 30 |
|
30 | | -To build this package we are using [Cake](https://cakebuild.net). |
31 | | - |
32 | 31 | On Windows PowerShell run: |
33 | 32 |
|
34 | 33 | ```powershell |
35 | | -./build |
| 34 | +dotnet build .\BBT.StructureTools.sln |
36 | 35 | ``` |
0 commit comments