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