|
1 | | -# Initium — Service Core Foundation |
| 1 | +<p align="center"> |
| 2 | + <img src="https://raw.githubusercontent.com/imclint21/Initium/master/src/Initium/logo.png" height="100" alt="Initium" /> |
| 3 | +</p> |
2 | 4 |
|
3 | | -[](https://github.com/imclint21/Initium/actions/workflows/publish.yml) |
4 | | - |
5 | | - |
6 | | -[](https://www.nuget.org/packages/Initium/) |
| 5 | +<h3 align="center">Initium</h3> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + Service Core Foundation for .NET API development. |
| 9 | +</p> |
| 10 | + |
| 11 | +<p align="center"> |
| 12 | + <a href="https://github.com/imclint21/Initium/actions/workflows/publish.yml"><img src="https://github.com/imclint21/Initium/actions/workflows/publish.yml/badge.svg?branch=master" /></a> |
| 13 | + <a href="https://www.nuget.org/packages/Initium/"><img src="https://img.shields.io/nuget/v/Initium" /></a> |
| 14 | + <img src="https://img.shields.io/badge/.NET-8.0%20LTS-blue" /> |
| 15 | + <img src="https://img.shields.io/badge/license-MIT-lightgrey.svg" /> |
| 16 | +</p> |
7 | 17 |
|
8 | 18 | ## Introduction |
9 | 19 |
|
@@ -50,12 +60,21 @@ public class CoffeeService |
50 | 60 | { |
51 | 61 | var doSomethingResult = DoSomething(); |
52 | 62 | if (doSomethingResult == false) return doSomethingResult; |
53 | | - |
| 63 | + |
54 | 64 | return ServiceResult.Ok("The coffee is now DONE!"); |
55 | 65 | } |
56 | 66 | } |
57 | 67 | ``` |
58 | 68 |
|
| 69 | +## Documentation |
| 70 | + |
| 71 | +See the [docs/](docs/) folder for detailed documentation: |
| 72 | + |
| 73 | +- [Getting Started](docs/getting-started.md) |
| 74 | +- [Service Results](docs/service-results.md) |
| 75 | +- [Controllers & Attributes](docs/controllers.md) |
| 76 | +- [Examples](docs/examples.md) |
| 77 | + |
59 | 78 | ## Contribute to Initium |
60 | 79 |
|
61 | 80 | See [CONTRIBUTING.md](CONTRIBUTING.md) for best practices and instructions on setting up your development environment to work on Initium. |
0 commit comments